1748184 Members
4020 Online
108759 Solutions
New Discussion

about PCL5

 
meet
New Member

about PCL5

Is there any set of commands or procedure in PCL5 to convert .jpg into .pcl??
I need this. Please tell me if anyone knows about it ASAP.
1 REPLY 1
Matti_Kurkela
Honored Contributor

Re: about PCL5

PCL5 is a printing language, it cannot convert anything on its own.

For conversions, you'll need an image manipulation software, such as ImageMagick:

http://hpux.connect.org.uk/hppd/hpux/X11/Viewers/ImageMagick-6.4.9/

Note the large amount of run-time dependencies, which you must install first.

After installing ImageMagick and its run-time dependencies (and *their* run-time dependencies, if any...) you can convert a .jpg image into .pcl easily:

convert image.jpg image.pcl

See http://www.imagemagick.org for more information on how to use ImageMagick.

MK
MK