Page 1 of 1

Re: Can preview but not display corrupt JPEG

Posted: 2007-03-31T08:54:35-07:00
by Bonzo
I think the preview you see is the EXIF thumbnail not the original image.

Re: Can preview but not display corrupt JPEG

Posted: 2007-05-23T23:44:00-07:00
by pkashrai
Hi,
I tried with your image but it looks corrupted to imagemagick..So U R unable to get displayed this image..Try the command below for yourself and test :

Code: Select all

-> identify -regard-warnings  img.jpg
-> echo $?
you will get returned 1 which means error/image corrupted which imagemagick can't read.

With Regards,
Prakash Rai