Conversion from Tiff to Jpeg generates three files.
Posted: 2011-06-22T09:27:26-07:00
The conversion of a tiff file to a jpeg format has not worked as we expected. Instead of creating one output jpeg file, three are created with a "-0", "-1" and "-2" appended to the file name before the extension.
When we run the following command:
On this file: http://www.cagedmantis.com/temp/Test_image.TIF, we recieve the following errors:
And the command produces these three jpeg files:
http://www.cagedmantis.com/temp/image1-0.jpg
http://www.cagedmantis.com/temp/image1-1.jpg
http://www.cagedmantis.com/temp/image1-2.jpg
Imagemagick is installed on a Windows Server 2008 R2 Enterprise X64
convert -list configure:
When we run the following command:
Code: Select all
convert Test_image2.TIF jpg:image2.jpg
Code: Select all
C:\scripts\apostle\yay>convert Test_image.TIF jpg:image1.jpg
Magick: Test_image.TIF: wrong data type 2 for "XMLPacket"; tag ignored. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/706.
Magick: Test_image.TIF: wrong data type 2 for "RichTIFFIPTC"; tag ignored. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/706.
Magick: Test_image.TIF: invalid TIFF directory; tags are not sorted in ascending order. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/706.
Magick: Test_image.TIF: unknown field with tag 34152 (0x8568) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/706.
http://www.cagedmantis.com/temp/image1-0.jpg
http://www.cagedmantis.com/temp/image1-1.jpg
http://www.cagedmantis.com/temp/image1-2.jpg
Imagemagick is installed on a Windows Server 2008 R2 Enterprise X64
convert -list configure:
Code: Select all
Path: [built-in]
Name Value
-------------------------------------------------------------------------------
NAME ImageMagick
Path: C:\Program Files\ImageMagick-6.7.0-Q16\config\configure.xml
Name Value
-------------------------------------------------------------------------------
CC vs10
COPYRIGHT Copyright (C) 1999-2011 ImageMagick Studio LLC
DELEGATES bzlib freetype jpeg jp2 lcms png tiff x11 xml wmf zlib
FEATURES OpenMP
HOST Windows
LIB_VERSION 0x670
LIB_VERSION_NUMBER 6,7,0,0
NAME ImageMagick
RELEASE_DATE 2011-06-01
VERSION 6.7.0
WEBSITE http://www.imagemagick.org
Path: configure.xml
Name Value
-------------------------------------------------------------------------------
CC vs10
COPYRIGHT Copyright (C) 1999-2011 ImageMagick Studio LLC
DELEGATES bzlib freetype jpeg jp2 lcms png tiff x11 xml wmf zlib
FEATURES OpenMP
HOST Windows
LIB_VERSION 0x670
LIB_VERSION_NUMBER 6,7,0,0
NAME ImageMagick
RELEASE_DATE 2011-06-01
VERSION 6.7.0
WEBSITE http://www.imagemagick.org