convert crashes on the image

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
zamazan4ik
Posts: 2
Joined: 2017-07-17T02:57:29-07:00
Authentication code: 1151

convert crashes on the image

Post by zamazan4ik »

Hello. I found image (i think it's corrupted image), where IM crashes (more precisely, convert utility):
https://drive.google.com/open?id=0B0yeL ... DJfM3o5VDQ

If i run:

Code: Select all

convert image.png image.bmp
I have the error:

Code: Select all

convert: Expected 8192 bytes; found 8180 bytes `input.png' @ warning/png.c/MagickPNGWarningHandler/1707.
convert: Read Exception `input.png' @ error/png.c/MagickPNGErrorHandler/1674.
Is it ok for this file?
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: convert crashes on the image

Post by snibgo »

IM, pngcheck and exiftool all say the file is corrupt. So this isn't an IM bug.
snibgo's IM pages: im.snibgo.com
zamazan4ik
Posts: 2
Joined: 2017-07-17T02:57:29-07:00
Authentication code: 1151

Re: convert crashes on the image

Post by zamazan4ik »

Ok. Thank you. CLOSED.
Post Reply