./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?
ImageMagick6.3.2 Warning while converting jpeg to tiff
Re: ImageMagick6.3.2 Warning while converting jpeg to tiff
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
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.
./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.