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.
Then I convert this Tiff file to jpg (or png, gif etc) They become almost totally black. (I have aboute 50 images with this problem).
I use version: ImageMagick-6.5.4-10-Q8-windows-static.exe
C:\Program Files\ImageMagick-6.5.4-Q8>convert cow.tif cow.jpg
convert: cow.tif: unknown field with tag 37724 (0x935c) encountered. `TIFFReadDirectory' @ tiff.c/TIFFWarnings/546.
convert: Compression algorithm does not support random access. `cow.tif' @ tiff.c/TIFFErrors/336.
The only channels are the RGB colors.
It didnt work with -flatten.
If I use -strip I can eliminate the warning message but output jpg will still be "black".