TIFF to PCL Conversion still broken

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
GeneralHQ
Posts: 26
Joined: 2008-07-16T08:01:02-07:00

TIFF to PCL Conversion still broken

Post by GeneralHQ »

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)
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: TIFF to PCL Conversion still broken

Post by magick »

Post a URL to your image so we can download and reproduce the problem. We need to trace the source of the problem before we can comment.
GeneralHQ
Posts: 26
Joined: 2008-07-16T08:01:02-07:00

Re: TIFF to PCL Conversion still broken

Post by GeneralHQ »

I don't have a URL with the image, but I just e-mailed it to:
generalHQ@studio.imagemagick.org
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: TIFF to PCL Conversion still broken

Post by magick »

We have a patch in ImageMagick 6.6.7-2 Beta available by sometime tomorrow to fix the PCL problem you reported. Thanks.
Post Reply