
On Tue, Mar 27, 2012 at 09:32:24AM +1100, Brian May wrote:
On 26 March 2012 19:53, Graeme Cross <gcross@fastmail.fm> wrote:
Run "jpeginfo -c" on the JPEG file and see if it reports any errors. I have found it to work well on a range of malformed JPEG images.
Looks fine to me:
brian@sys05b:~/Downloads$ jpeginfo -c frank_003.jpg frank_003.jpg 9752 x 9676 24bit JFIF N 5946895 [OK]
brian@sys05b:~/Downloads$ identify --verbose frank_003.jpg frank_003.jpg JPEG 9752x9676 9752x9676+0+0 8-bit DirectClass 5.947MB 0.000u 0:00.000 identify: unable to open image `--verbose': @ error/blob.c/OpenBlob/2489.
Whoops. Sorry about that :-)
brian@sys05b:~/Downloads$ identify -verbose frank_003.jpg Image: frank_003.jpg Format: JPEG (Joint Photographic Experts Group JFIF format) Class: DirectClass ...
Looks fine to me too. Very mysterious. Karl