Fred,
fmw42 wrote:When I do convert -list format, I get
TIFF* TIFF rw+ Tagged Image File Format (LIBTIFF, Version 4.0.6)
I am surprised that you do not get something like this.
sorry, my fault -- I
grepped the output of
for 'tif', but without the
option, so I missed the all-capitals TIFF lines...
So here's what my ImageMagick installation says about TIFF:
Code: Select all
TIFF* TIFF rw+ Tagged Image File Format (LIBTIFF, Version 4.0.3)
TIFF64* TIFF rw- Tagged Image File Format (64-bit) (LIBTIFF, Version 4.0.3)
fmw42 wrote:What do you get from
Code: Select all
Version: ImageMagick 6.8.9-9 Q16 x86_64 2015-01-05 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC Modules OpenMP
Delegates: bzlib djvu fftw fontconfig freetype jbig jng jpeg lcms lqr ltdl lzma openexr pangocairo png tiff wmf x xml zlib
So yes, it does mention tiff.
fmw42 wrote:Might you have a smaller 48-bit image that you could provide?
Unfortunately not... And obviously I can't use ImageMagick to scale/crop one of those tiffs, can I? I just cropped one down using DigiKam, but -- funny enough -- when converting the image thus cropped like in
Code: Select all
convert cropped-in.tif cropped-out.tif
, the resulting image looks fine! So it must be something in the original TIFFs which prevents IM from handling them correctly.
Cheers --
-- Torsten