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