Problem converting TIFF to PDF
Posted: 2009-07-09T03:32:49-07:00
Hi there,
I'm fairly new to imagemagick, but have managed to download and build the latest source for UNIX. I'm able to convert between nearly all image types, (e.g. foo.tif to foo.jpg works great) however when I try and convert between tif and pdf I get some pretty strange errors:
convert 10100_p2.tif 10100_p2.pdf
/SAN/magick-XXBqaq8R: No space to read TIFF directory.
/SAN/magick-XXCqaq8R: No space to read TIFF directory.
convert: unable to open file `10100_p2.pdf': No such file or directory @ compress.c/Huffman2DEncodeImage/1009.
Now the tmpdir(/SAN) has 500Gig free on it, so the "No Space" message is totally misleading... Does anyone have any ideas about this?
This is running on a SUN Sparc V440 Solaris 8 environment :
convert --version
Version: ImageMagick 6.5.4-2 %F Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC
I also installed the following packages prior to building and installing imagemagick:
jpeg-6b-sol8-sparc-local
lcms-1.17-sol8-sparc-local
expat-2.0.1-sol8-sparc-local
libxml2-2.6.31-sol8-sparc-local
fontconfig-2.4.2-sol8-sparc-local
freetype-2.3.9-sol8-sparc-local
tiff-3.8.2-sol8-sparc-local
imagemagick-6.5.1-sol8-sparc-local
Thanks
Rick
PS if I do an Identify on the source img :
identify 10100_p2.tif
10100_p2.tif TIFF 2502x3694 2502x3694+0+0 1-bit Bilevel DirectClass 79kb
I'm fairly new to imagemagick, but have managed to download and build the latest source for UNIX. I'm able to convert between nearly all image types, (e.g. foo.tif to foo.jpg works great) however when I try and convert between tif and pdf I get some pretty strange errors:
convert 10100_p2.tif 10100_p2.pdf
/SAN/magick-XXBqaq8R: No space to read TIFF directory.
/SAN/magick-XXCqaq8R: No space to read TIFF directory.
convert: unable to open file `10100_p2.pdf': No such file or directory @ compress.c/Huffman2DEncodeImage/1009.
Now the tmpdir(/SAN) has 500Gig free on it, so the "No Space" message is totally misleading... Does anyone have any ideas about this?
This is running on a SUN Sparc V440 Solaris 8 environment :
convert --version
Version: ImageMagick 6.5.4-2 %F Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC
I also installed the following packages prior to building and installing imagemagick:
jpeg-6b-sol8-sparc-local
lcms-1.17-sol8-sparc-local
expat-2.0.1-sol8-sparc-local
libxml2-2.6.31-sol8-sparc-local
fontconfig-2.4.2-sol8-sparc-local
freetype-2.3.9-sol8-sparc-local
tiff-3.8.2-sol8-sparc-local
imagemagick-6.5.1-sol8-sparc-local
Thanks
Rick
PS if I do an Identify on the source img :
identify 10100_p2.tif
10100_p2.tif TIFF 2502x3694 2502x3694+0+0 1-bit Bilevel DirectClass 79kb