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.
Bitmap lower version images(BMP3, BMP2,..) reading issues for ImageMagic 7
-
- 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
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.
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
- 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
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
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
More details here: https://github.com/dlemstra/Magick.NET/issues/210
DJdev tried to do this:
This will work in the next version of Magick.NET
DJdev tried to do this:
Code: Select all
magick bmp3:logo3.bmp logo3.jpg