Page 1 of 1

ImageMagick6.3.2 Warning while converting jpeg to tiff

Posted: 2007-03-06T12:49:44-07:00
by ssundare
./identify -version
Version: ImageMagick 6.3.2 03/02/07 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2007 ImageMagick Studio LLC

I am using 6.3.2 ImageMagick.
Compiled the source on HP-UX PA-RISC.

the convert utility runs fine and converts the jpegs to tif. However gives the following warning.
convert: /kla-tencor/udb/imagewrite/sample.tif: Unknown pseudo-tag 65537. `TIFFSetField'.
convert: /kla-tencor/udb/imagewrite/sample.tif: Unknown pseudo-tag 65538. `TIFFSetField'.

Due to this warning the created tif cannot be opened on some image utilities like windows imaging and other image utilities.

Is this a bug in ImageMagick, do you have any solution for this?

Re: ImageMagick6.3.2 Warning while converting jpeg to tiff

Posted: 2007-03-08T13:13:20-07:00
by timthetortoise
I'm also having this problem. Only seems to happen with JPEG to TIFF conversion.

Re: ImageMagick6.3.2 Warning while converting jpeg to tiff

Posted: 2007-03-08T13:17:40-07:00
by ssundare
The only workaround i have right now is use the

./convert -compress none *.jpg *.tif

The size of file created is large compared to with compression.
Using certain other compression types makes the file not being able to view through other imaging utilities. lzw compression produces a file of intermediate size and also can be opened through other imaging utilities.