a) does not display correctly in imdisplay.exe - the dimensions of the image are correct, but only a thin strip of the image is rendered on a transparent background
b) converts to JPEG correctly at full size - the output is the whole image
c) does not convert to JPEG correctly if scaled - the JPEG is also a thin strip
The TIFF is here:
ftp://ftp.ssl.co.uk/sacha/8332/2014AA80090.tif
Here's the scaled JPEG, and what it should look like:
I'm using the portable ImageMagick on 32-bit Windows Vista: ImageMagick-6.8.9-6-Q16-x86-windows
To reproduce:
Code: Select all
imdisplay 2014AA80090.tif # doesn't display correctly
convert 2014AA80090.tif full.jpg
imdisplay full.jpg # displays correctly
convert 2014AA80090.tif -resize 400 small.jpg
imdisplay small.jpg # doesn't display correctly
I tried viewing the TIFF in a few other viewers. Photoshop and Accusoft's Active X viewer display the image correctly, as does an application of ours that uses FreeImage to display images. Windows explorer's tile preview (on the Vista PC) and FastStone Image Viewer display the strip - both are attempting to display a thumbnail, so perhaps they also scale incorrectly.