Page 1 of 1

Bitmap lower version images(BMP3, BMP2,..) reading issues for ImageMagic 7

Posted: 2018-05-03T23:07:58-07:00
by DJdev
Hi,

I have the issue with Bitmap lower version images(BMP3, BMP2,..) they are throwing the exception for ImageMagic 7. The BMP4 and BMP5 images are loading correctly.

Re: Bitmap lower version images(BMP3, BMP2,..) reading issues for ImageMagic 7

Posted: 2018-05-04T05:47:45-07:00
by snibgo
The problem statement is vague. To fix problems, the developers need to be able to reproduce them.

Please state what version of IM you use, and supply reproducible examples, ie complete commands. If they use input files, please link to those.

Re: Bitmap lower version images(BMP3, BMP2,..) reading issues for ImageMagic 7

Posted: 2018-05-04T09:25:47-07:00
by fmw42
Please post your exact command line and example BMP3 and BMP2 images that are failing. Also what is your exact version of ImageMagick 7.x.x.x and your platform.

The following commands work fine for me on IM 7.0.7.29 Q16 Mac OSX

Code: Select all

magick logo: BMP3:logo3.bmp
magick logo: BMP2:logo2.bmp

magick logo3.bmp logo3.jpg
magick logo2.bmp logo2.jpg

Re: Bitmap lower version images(BMP3, BMP2,..) reading issues for ImageMagic 7

Posted: 2018-05-04T11:48:59-07:00
by dlemstra
More details here: https://github.com/dlemstra/Magick.NET/issues/210

DJdev tried to do this:

Code: Select all

magick bmp3:logo3.bmp logo3.jpg
This will work in the next version of Magick.NET