using imagemagik for print a bmp in pcl

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
mbelgrano
Posts: 2
Joined: 2010-03-08T09:38:34-07:00
Authentication code: 8675308

using imagemagik for print a bmp in pcl

Post by mbelgrano »

I try use imagemagik using command line convert (via shell)
convert "G:\myimage.bmp" -rotate 180 -resize 400x250 -density 300x300 "c:\aa.pcl"
then in my source writte in harbour (http://www.harbour-project.org/) i write:
? ?? chr(K_ESC) ......
x_prnfile="c:\AA.pcl"
TYPE &X_PRNFILE to print

The image is print after a page eject
How can i print is same page ad specidied position?

I see the reset(esc+69) in top and botton of aa.pcl
Post Reply