Page 1 of 1

Posted: 2006-02-22T08:04:04-07:00
by magick
Use MagickSetImageMatte() and set it to MagickFalse. That will remove the alpha channel from your image and subsequently write a 24 bit BMP image.

Posted: 2006-02-22T10:28:18-07:00
by magick
The method is in recent versions of ImageMagick. In the mean-time try MagickSetImageType() with a type of TrueColorType.

Posted: 2006-02-23T08:09:17-07:00
by magick
Ok, set your output file name like this: bmp3:image.bmp. The bmp3 prefix tells ImageMagick not to save the alpha channel.