ImageMagick6.3.2 Warning while converting jpeg to tiff

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
ssundare

ImageMagick6.3.2 Warning while converting jpeg to tiff

Post 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?
timthetortoise

Re: ImageMagick6.3.2 Warning while converting jpeg to tiff

Post by timthetortoise »

I'm also having this problem. Only seems to happen with JPEG to TIFF conversion.
ssundare

Re: ImageMagick6.3.2 Warning while converting jpeg to tiff

Post 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.
Post Reply