convert.im6: corrupt image
Posted: 2012-09-11T01:43:45-07:00
Hello,
when trying to resize an animated gif http://www.obecmokre.cz/knihovna/image. ... id=1109029 with this command:
and get the following error:
Using identify on the image works, viewing ti with a browser works too. I can open the image in gimp (it outputs some error: GIF: too much input data, ignoring extra..., GIF: bogus character 0x00, ignoring.) and after saving it convert can resize the image without any problem. Is this a bug in IM?
Thanks voda
when trying to resize an animated gif http://www.obecmokre.cz/knihovna/image. ... id=1109029 with this command:
Code: Select all
convert input.gif -strip -coalesce -resize '151x106' -layers Optimize output.gif
Code: Select all
convert.im6: corrupt image `input.gif' @ error/gif.c/ReadGIFImage/1362.
convert.im6: no images defined `output.gif' @ error/convert.c/ConvertImageCommand/3044.
Thanks voda