convert tiff to pdf
Posted: 2009-06-22T12:06:35-07:00
Hello,
I' m working on macosx 10.5.7 intel with fink and have to convert tiff to pdf files:
i imagemagick 6.4.1-1013 Image manipulation tools
i imagemagick1-dev 6.4.1-1013 Image manipulation tools
i imagemagick1-shlibs 6.4.1-1013 Image manipulation tools
i imagemagick1-svg 6.4.1-1013 Image manipulation tools
the file to convert in pdf is:
tiffinfo Gears.tif
TIFF Directory at offset 0xa8c08 (691208)
Image Width: 480 Image Length: 480
Resolution: 1, 1 (unitless)
Bits/Sample: 8
Compression Scheme: None
Photometric Interpretation: RGB color
FillOrder: msb-to-lsb
Orientation: row 0 top, col 0 lhs
Samples/Pixel: 3
Rows/Strip: 5
Planar Configuration: single image plane
DocumentName: Gears1.tif
Software: ImageMagick 6.4.1 01/29/09 Q16 http://www.imagemagick.org
convert Gears.tif Gears.pdf
generates a black image Gears.pdf
OK let's try a newer version ImageMagick-6.5.3.
convert Gears.tif Gears.pdf
generates a white image Gears.pdf.
Convert can not handle "Resolution: 1, 1 (unitless)" Tag. This Tag should be ignored on converting tif to pdf.
The pdf should be computed by image length and image width.
Please update convert, it has a silly programming error.
Cheers,
grepi
I' m working on macosx 10.5.7 intel with fink and have to convert tiff to pdf files:
i imagemagick 6.4.1-1013 Image manipulation tools
i imagemagick1-dev 6.4.1-1013 Image manipulation tools
i imagemagick1-shlibs 6.4.1-1013 Image manipulation tools
i imagemagick1-svg 6.4.1-1013 Image manipulation tools
the file to convert in pdf is:
tiffinfo Gears.tif
TIFF Directory at offset 0xa8c08 (691208)
Image Width: 480 Image Length: 480
Resolution: 1, 1 (unitless)
Bits/Sample: 8
Compression Scheme: None
Photometric Interpretation: RGB color
FillOrder: msb-to-lsb
Orientation: row 0 top, col 0 lhs
Samples/Pixel: 3
Rows/Strip: 5
Planar Configuration: single image plane
DocumentName: Gears1.tif
Software: ImageMagick 6.4.1 01/29/09 Q16 http://www.imagemagick.org
convert Gears.tif Gears.pdf
generates a black image Gears.pdf
OK let's try a newer version ImageMagick-6.5.3.
convert Gears.tif Gears.pdf
generates a white image Gears.pdf.
Convert can not handle "Resolution: 1, 1 (unitless)" Tag. This Tag should be ignored on converting tif to pdf.
The pdf should be computed by image length and image width.
Please update convert, it has a silly programming error.
Cheers,
grepi