Multiple Photoshop records

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
nsh
Posts: 27
Joined: 2006-05-16T01:52:23-07:00

Multiple Photoshop records

Post by nsh »

After converting some jpegs , convert writes jpegs that are no god for changing resolution with exiftool.

(1) CONVERT THEN EXIFTOOL = ERROR -------------------------------------------------------------------------
13:23 ~/PROBLEM-IMAGES >convert 36397435-small-2.jpg out.jpg
13:26 ~/PROBLEM-IMAGES >exiftool -m -YResolution=72 -XResolution=72 out.jpg
Warning: Multiple Photoshop records - out.jpg
Error: Bad format (0) for IFD0 entry 0 - out.jpg
0 image files updated
1 files weren't updated due to errors
13:26 ~/PROBLEM-IMAGES >

(2) EXIFTOOL DIRECTLY ON ORG IMAGE = OK -------------------------------------------------------------------
13:39 ~/PROBLEM-IMAGES >exiftool -m -YResolution=72 -XResolution=72 36397435-small-2.jpg
1 image files updated
13:43 ~/PROBLEM-IMAGES >
------------------------------------------------------------------------------------------------------------------------------

I get the same error on both Mac OSX and Sparc Solaris
Version: ImageMagick 6.4.9-8 %F Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC

Searched for this behavior in the forum, but found no matches...

Link to image that give's this error : http://web.telia.com/~u03000708/36397435-small-2.jpg
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Multiple Photoshop records

Post by magick »

Your commands worked without complaint with the latest ImageMagick release, 6.5.8-10.
Post Reply