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

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
DJdev
Posts: 1
Joined: 2018-05-03T22:59:25-07:00
Authentication code: 1152

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

Post 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.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

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

Post 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.
snibgo's IM pages: im.snibgo.com
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

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

Post 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
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

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

Post 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
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply