what's wrong with this picture? IM can't deal with it.

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
carol_sun
Posts: 19
Joined: 2009-11-06T00:49:59-07:00
Authentication code: 8675309

what's wrong with this picture? IM can't deal with it.

Post by carol_sun »

It's a GIF image file. when IM opens it, it throw the exception "e=ImageMagick: Corrupt image `2AD9A180-F37A-459F-B056-A4C71CE31445.gif' @ gif.c/ReadGIFImage/1316"
So, it's a corrupt image, but it can be viewed and edit under widows xp.

http://www.ajrice.com/UploadFile/Image/44324.gif
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: what's wrong with this picture? IM can't deal with it.

Post by magick »

Its a simple policy decision. ImageMagick bails when it encounters a corrupt image for security reasons. Windows policy is apparently to recover an image as best it can.
carol_sun
Posts: 19
Joined: 2009-11-06T00:49:59-07:00
Authentication code: 8675309

Re: what's wrong with this picture? IM can't deal with it.

Post by carol_sun »

thank you for your answer.
So Is there any method for me to deal with these pictures using IM ?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: what's wrong with this picture? IM can't deal with it.

Post by fmw42 »

I don't think so. You will likely have to fix the corruptions elsewhere then they should work fine in IM
Post Reply