Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Sunshow Pro V3.0 - <b>canonscr</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
CanonSCR

Print a screen image on a Canon Bubble Jet or compatible printer


Syntax

CANONSCR [<switches>] <nDPI> <nLeft> <nTop> 
   <nNewWidth> <nNewHeight>


Switch

/f
Do not send a form feed after print.

/b<n>
Change brightness by <n> (-255 dark to 255 light). Default is 60.

/letter
Set page size to 8.5 x 11 inches (default).

/legal
Set page size to 8.5 x 14 inches.

/ledger
Set page size to 11 x 17 inches.

/fast
Set fast data transfer mode (LPT ports only). 
Not redirectable with network print servers.

/com<n>
Send output to com <n>.

/lpt<n>
Send output to lpt <n> (default is lpt1).

/prn
Send output to standard print (networks).

/file:<FILE>
Send output to <FILE>.


Arguments

<nDPI>
The number of dots per inch (60, 180, or 360).

<nLeft>
Left offset into page in inches.

<nTop>
Top offset into page in inches.

<nNewWidth>
New width in inches.

<nNewHeight>
New height in inches.


Remarks

CanonSCR prints a displayed image on a Canon BJC-800 and BJC-820 Color 
Bubble Jet printer in graphic mode. There is optional disabling of form 
feed, changing brightness, port, or file.

The program should be run when the image is displayed. It expects that the 
video card is currently in a graphic mode and that an image is being 
displayed before the call is made. All coordinates must be passed. You must 
use TextMode (part of Sunshow, standard edition) to reset the video card 
back to text mode.

The BJC-800/820 supports cut sheet, plain and coated paper, envelopes, and 
transparencies up to 11.7" x 17.0". The Canon BJC-800 has a Centronics 
parallel interface, with an optional, separate SCSI board available, while 
the BJC-820 has both Centronics parallel and SCSI interfaces. Sunshow Pro 
currently does not support the SCSI interfaces. Epson LQ-2550, LQ-Color, 
LQ-1050 (monochrome only), and LQ-850 (monochrome only) emulations are 
available. Plain paper is suitable for text only, coated paper is required 
for maximum presentation quality, especially for images. Canon accepts A4, 
A3, letter, legal, and ledger size paper.


Example

The following example will print a 5.0" x 3.6" image at 360 DPI at the 
upper left corner of the page from the screen.

CALL SHOWGIF WITH 'IMAGE.GIF'
RUN CANONSCR 360 0 0 5 3.6
CALL TEXTMODE



See Also: CANONGIF CANONPCX CANONTGA CANONTIF

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson