Convert to PCL
Posted: 2009-08-19T13:04:10-07:00
Hi, I try to convert a jpg color image to PCL using:
All works like a charm to my lexmark and HP printer, but dosen't work to Canon ir5000.
When i send a monochrome pcl file to canon the print invert the colors (black/white).
If I send a color pcl or a color gray pcl file the Canon ir 5000 print a blakc square.
I thinks it's about PCL version, can i change the pcl version when convert a file?
If i send a
Someone have any tip?
Thanks
Code: Select all
convert img.jpg img.pcl
convert img.jpg -colorspace gray imgGray.pcl
convert img.jpg -monochrome imgMono.pcl
When i send a monochrome pcl file to canon the print invert the colors (black/white).
If I send a color pcl or a color gray pcl file the Canon ir 5000 print a blakc square.
I thinks it's about PCL version, can i change the pcl version when convert a file?
If i send a
Someone have any tip?
Thanks