I've made my two example images available here:
http://remindermedia.com/images/uploads ... ortest.tif
http://remindermedia.com/images/uploads ... stGIMP.tif
In the example, my errortest.tif reports a print size of 3x3.99746 with a resolution of 262.667x262.667 in GIMP/Photoshop. However, identify returns 262x262:
Code: Select all
[jcampbell@itdesktop3 Downloads]$ nice -n 10 identify -verbose -format "%G %[resolution.x]x%[resolution.y]" -quiet "errortest.tif"
788x1050 262x262
Code: Select all
[jcampbell@itdesktop3 Downloads]$ nice -n 10 identify -verbose -format "%G %[resolution.x]x%[resolution.y]" -quiet "errortestGIMP.tif"
788x1050 262.667x262.667
Code: Select all
[jcampbell@itdesktop3 Downloads]$ nice -n 10 identify -verbose -format "%G %[resolution.x]x%[resolution.y]" "errortest.tif"
identify: ASCII value for tag "Model" contains null byte in value; value incorrectly truncated during reading due to implementation limitations. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/768.
identify: Incompatible type for "RichTIFFIPTC"; tag ignored. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/768.
identify: ASCII value for tag "Model" contains null byte in value; value incorrectly truncated during reading due to implementation limitations. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/768.
identify: Incompatible type for "RichTIFFIPTC"; tag ignored. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/768.
788x1050 262x262