Unexpected end-of-file ... @ error/miff.c/ReadMIFFImage/1581
Posted: 2013-08-16T15:34:38-07:00
We received several tickets from our users who have issues with their uploads.
e.g.
https://dl.dropboxusercontent.com/u/181 ... iginal.jpg
https://dl.dropboxusercontent.com/u/181 ... ginal2.jpg
When an image is passed through MIFF it is split in half and reversed. also it seems that its color palette is corrupted.
https://dl.dropboxusercontent.com/u/18135830/result.jpg
the code to reproduce:
the error I get:
convert: unexpected end-of-file `/tmp/magick-40742w1bAEvaqMoPk': No such file or directory @ error/miff.c/ReadMIFFImage/1581
Version: ImageMagick 6.8.6-8 2013-08-11 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC
Features: DPC OpenMP
Delegates: jng jpeg png ps zlib
Thanks a lot!
e.g.
https://dl.dropboxusercontent.com/u/181 ... iginal.jpg
https://dl.dropboxusercontent.com/u/181 ... ginal2.jpg
When an image is passed through MIFF it is split in half and reversed. also it seems that its color palette is corrupted.
https://dl.dropboxusercontent.com/u/18135830/result.jpg
the code to reproduce:
Code: Select all
nice convert 'original.jpg' -strip miff:- | nice convert -shave 0x1 - JPG:'result.jpg'
convert: unexpected end-of-file `/tmp/magick-40742w1bAEvaqMoPk': No such file or directory @ error/miff.c/ReadMIFFImage/1581
Version: ImageMagick 6.8.6-8 2013-08-11 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC
Features: DPC OpenMP
Delegates: jng jpeg png ps zlib
Thanks a lot!