home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1996 / ARCHIVE_96.iso / discs / mag_discs / volume_2 / issue_04 / hp_deskjet / HPINFO < prev    next >
Text File  |  1988-12-29  |  2KB  |  44 lines

  1. Hewlett Packard Deskjet ScreenDump Module
  2.  
  3.           This  is an Archimedes module and is a screen dump  for 
  4.      the Hewlett Packard Deskjet printer, made with the excellent 
  5.      ABC compiler.  To use it, the RMAsize must be configured for 
  6.      at least 4 and then one does:
  7.           *RMLOAD HPDeskJet
  8.      The  commands  to dump any graphics screen (Modes 0  to  20, 
  9.      except the text modes) are:
  10.  
  11.                Straight dump:              *DeskJet
  12.                Dump with colours inverted: *DeskJet I
  13.                Dump with small size:       *DeskJet S
  14.                Dump inverted and small:    *DeskJet I S
  15.  
  16.      The  dumps are all shaded to represent the luminance of  the 
  17.      colours on the screen.
  18.  
  19.      The ABC compiler gave a fivefold speed increase over  BASIC, 
  20.      well  worth it.   So the raw BASIC program is NOT  included, 
  21.      far too slow and embarrassing.
  22.  
  23.      I have appended some MODE 18/20 screen dumps done with  this 
  24.      module  to the Deskjet.   (MODEs 18 or 20 were used to  show 
  25.      that a very high definition is obtainable on the printer.)
  26.  
  27.      Warnings:
  28.  
  29.           1.  The normal dump leaves out the right hand 6% of the 
  30.           screen,  being  in  75,  150  or  300  dots  per  inch, 
  31.           depending  on screen mode.   The Small dump copies  the 
  32.           whole screen, being in 100 dots per inch.
  33.  
  34.           2.  The  256  colour modes are translated to  7  shades 
  35.           only.   There  are not enough dots to give more  shades 
  36.           per pixel per colour.
  37.  
  38.           3.  The  256 colour modes and the 16 colour modes  with 
  39.           640  pixels width take ages!   This is  mostly  because 
  40.           they are in 300 dots per inch to give the resolution of 
  41.           the shades per pixel.   When I feel determined enough I 
  42.           may try to put the dump into proper machine code to see 
  43.           if that speeds things up.
  44.