[bug-pcl] Raster Image printing in GL/2 mode? or PCL mode?
Yang Xin
yangx at nanjing-fnst.com
Fri Jul 28 02:37:54 PDT 2006
Hi, pclers:
I meet a problem about Raster Graphics printing. In my opinion, Raster
Graphics commands should be in PCL Print Mode, and will be ignored when
these commands are in GL/2 mode. But the problem in the sample is, the
image is outputted very well when putting raster graphics commands in
GL/2 mode, but getting strange result when those commands are in PCL
mode.
<ESC>E
<ESC>%0B ------------------ switch into GL/2 mode
<ESC>*p300*400Y ----------- raster image setting commands
<ESC>*r0F
<ESC>*t75R
<ESC>*r32T
<ESC>*r32S
<ESC>*r1A
<ESC>*b0M
<ESC>*b4W... ----------- raster image data
......
<ESC>* rC ----------- raster image print end
<ESC>%0A ----------- switch into PCL mode
All these commands about raster image printing is in GL/2 mode with PCL
Mode style, and this command works very welll as the result is what I
want.
But if I delete the commands about mode swiitching:
<ESC>%0B
<ESC>%0A
though now raster image commands are in PCL mode, the result is strange.
Any suggestions?
You can use ghostPCL to run the sample files in attachment.
Any helps will be appreciated very much!
yangxin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: RIinGL2.pcl
Type: application/octet-stream
Size: 421 bytes
Desc: not available
Url : http://ghostscript.com/pipermail/bug-pcl/attachments/20060728/53b1c7cf/RIinGL2.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: RIinPCL.pcl
Type: application/octet-stream
Size: 441 bytes
Desc: not available
Url : http://ghostscript.com/pipermail/bug-pcl/attachments/20060728/53b1c7cf/RIinPCL.obj
More information about the bug-pcl
mailing list