TIFF to PCL Conversion still broken
Posted: 2011-01-17T12:26:02-07:00
I have a TIFF image, but when I use ImageMagick to convert it to a PCL file, the resultant output file is all black.
convert image-1.tiff image-1.pcl
The same thing happens in my code, when I load in the TIFF image and execute the command:
tiffimg.magick( "PCL" ) ;
No errors or warnings are given, it just does not produce usable output.
I'm using ImageMagick Version 6.6.6-10
(I know this used to work with Version 6.4.3)
convert image-1.tiff image-1.pcl
The same thing happens in my code, when I load in the TIFF image and execute the command:
tiffimg.magick( "PCL" ) ;
No errors or warnings are given, it just does not produce usable output.
I'm using ImageMagick Version 6.6.6-10
(I know this used to work with Version 6.4.3)