Code: Select all
> C:\dev\ImageMagick-6.7.3-5\identify.exe -version
Version: ImageMagick 6.7.3-6 2011-10-29 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP
When i try to run identify or convert on some .BMP files, both utilities silently crash: they exit with exit code 3 and print nothing on screen. One of such files is this:
I'm using Windows XP SP3.
I was running this bat-file:
Code: Select all
C:\dev\ImageMagick-6.7.3-5\identify.exe bg-3.bmp
echo %errorlevel%
C:\dev\ImageMagick-6.7.3-5\convert.exe bg-3.bmp bg-3.png
echo %errorlevel%