Can preview but not display corrupt JPEG
Re: Can preview but not display corrupt JPEG
I think the preview you see is the EXIF thumbnail not the original image.
Re: Can preview but not display corrupt JPEG
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 :
you will get returned 1 which means error/image corrupted which imagemagick can't read.
With Regards,
Prakash Rai
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 $?
With Regards,
Prakash Rai