Handling PNG

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
m.deromph
Posts: 1
Joined: 2014-03-21T01:59:42-07:00
Authentication code: 6789

Handling PNG

Post by m.deromph »

I'm looking into the following error message, but I have no idea where to start. Any ideas on what's going wrong?

mogrify: Expected 8 bytes; found 0 bytes `/tmp/ImageMagickwYYEoV' @ png.c/PNGWarningHandler/1433.
mogrify: Read Exception `/tmp/ImageMagickwYYEoV' @ png.c/PNGErrorHandler/1416.
mogrify: Corrupt image `/tmp/ImageMagickwYYEoV' @ png.c/ReadPNGImage/2933.
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Handling PNG

Post by Bonzo »

Any ideas on what's going wrong?
More information required - IM version, platform and the code you are using.

It looks like a corrupted file and it would help the fault finding if you can upload the image so people can test it.
Post Reply