Page 1 of 1

Posted: 2006-07-25T09:27:19-07:00
by magick
Try
  • $img->Set(magick=>'PCL');
To set the blob format to PCL (required by the HP laserjet). If you have a Postscript module in your printer you can set the magick to PS.

Posted: 2006-07-26T07:51:51-07:00
by magick
Do you have a color printer? If not you'll need to produce black/white PCL.

Posted: 2006-07-26T09:07:09-07:00
by magick
You can say
  • $img->Set(type=>'bilevel');
This tells ImageMagick to produce black/white PCL.

Posted: 2006-07-26T11:42:08-07:00
by magick
ImageMagick only generates black and white and color PCL. Now of course color PCL can be grayscale as well but your printer can not handle the more advanced PCL instructions. You may need to find another software package to solve your printing problem.