home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / printer / dj500c.lzh / README < prev    next >
Text File  |  1991-12-13  |  7KB  |  176 lines

  1. Preliminary HP_500C driver (also support HP_Deskjet)
  2.  
  3. (c) Copyright 1985-1991  Commodore-Amiga, Inc.  All Rights Reserved
  4.  
  5. For Testing and Personal Use Only
  6.  
  7. Installation
  8. ============
  9. To install this printer driver on your system, just double-click
  10. the Install_HP500C icon (or from CLI, copy the file HP_500C to your
  11. DEVS:printers directory).
  12.  
  13. Then bring up the Workbench Printer Preferences editor and select
  14. the HP_500C driver.
  15.  
  16. Read the rest of this README regarding proper PrinterGFX Preferences
  17. Threshold and Density settings.
  18.  
  19. About the Driver
  20. ================
  21. This HP_500C driver is an preliminary version of an HP_Deskjet printer
  22. driver which supports the HP 500C printer.
  23.  
  24. This driver is suitable for the DeskJet, DeskJet Plus, DeskJet 500
  25. and DeskJet 500C printers. The driver has been tested with both the
  26. 500C and original DeskJet printer.
  27.  
  28. For the 500C both color and B&W graphics are supported. For compatibility
  29. the maximum number of dots vertically is 3000 (at 300 DPI) when US Letter
  30. papersize is specified. Select CUSTOM as papersize to get 3100 dots
  31. vertically.  For color graphics, 3065 dots (at 300 DPI) is used for both
  32. US Letter and CUSTOM printer preferences. Other paper sizes are calculated
  33. as before.
  34.  
  35.  
  36. Support for DINA4 and US Legal paper sizes tested and seems OK.
  37.  
  38.  
  39. Threshold Settings for Adjusting Color Output
  40. =============================================
  41. Usually, the Preferences Threshold setting only affects B&W printouts.
  42. This driver looks at your PrinterGFX Preferences Threshold setting
  43. when doing a color graphic dump and applies a brightness correction
  44. (lightening of the output) as listed below, based on your Preferences
  45. threshold setting of 1 to 15.  In addition, a correction to make
  46. CYAN one step lighter is applied.  On a greyscale graphic dump,
  47. a fixed brightness correction is applied.  In either case (color or
  48. greyscale), a threshold value of 1 will cause NO correction
  49. to be applied.
  50.  
  51. Please test and see if any of these corrections are to your liking.
  52. We suggest you select both Blue and Green color correction in Preferences.
  53. We found Threshold setting 10 (correction enhanced -4) to be best.
  54. (Art Department Pro users - see the note later on).
  55.  
  56.  
  57. -------------------------------------------------------------------------
  58. Some additional tips from our tester
  59. ====================================
  60. 1) For most color graphics, a setting of threshold = 10
  61.    gives best results (or whatever that table is in the final
  62.    version, currently thresh=10 is best)
  63. 2) For all color graphics using halftone dithering, with Red Color
  64.    Correction OFF and Green and Blue Color Correction on,
  65.      gives best results.
  66. 3) Color Graphics are not vibrant on normal or bond paper, use
  67.    Paintjet paper (Clay Coated) for good color graphics.
  68. 4) Use Density = 7 for Color Graphics on Paintjet Paper,
  69.    Density=6 for color graphics on normal paper.
  70. 5) For Grey Scale use Density = 7, halftone dithering for best results.
  71.  
  72. Basically, set threshold to 10, density to 7, dither to halftone,
  73. Turn Red Color Correction OFF, Green and Blue Color Correction ON,
  74. and forget about it.  Graphics will print out great all the time.
  75.  
  76. One caveat, when running low on Ink in a color cartridge, color balance
  77. goes wacky, but not too wacky, so it makes it look like something
  78. is wrong with the driver or program.  In fact replacing the ink cartridge
  79. is in order, run a self test and you can see if the cartridge is going
  80. south.
  81. -------------------------------------------------------------------------
  82.  
  83. NOTE - These driver-applied corrections will have NO impact if
  84. you have Floyd-Stienberg dithering selected.  In addition, if you
  85. select Threshold value 1, there will be no corrections applied.
  86.  
  87.  
  88. NOTE FOR ART DEPARTMENT PROFESSIONAL USERS
  89. ==========================================
  90. If you are using a package with its own enhanced printing support
  91. such as Art Department Professional by ASDG, you will probably want
  92. to turn off all corrections and set the Threshold to 1 when you do
  93. color or greyscale graphic dumps.  Otherwise, the driver corrections
  94. will cause interference with the internal dithering and corrections
  95. applied by ADPro.
  96.  
  97.  
  98. Density Settings for Shingling and Depletion
  99. ============================================
  100. The density settings over 4 control shingling and depletion:
  101.  
  102. /* Set Shingling and Depletion according to density:
  103.  *
  104.  * 1-3: No depeletion, no shingling (75, 100, 150 DPI)
  105.  *   4: 25% depletion, no shingling (300 DPI)
  106.  *   5: 25% depletion, 50% shingling
  107.  *   6: 25% depletion, 25% shingling
  108.  *   7: No depletion, 25% shingling
  109.  *
  110.  * Use density 7 for transparancies.
  111.  *
  112.  * Depletion is ignored in B&W mode on all models.
  113.  */
  114.  
  115.  
  116.  
  117. For those who are interested in the technical details
  118. =====================================================
  119. These are the brightness corrections as controlled via Threshold:
  120.  
  121. * Lightening for grayscale printouts
  122. * no correction if threshold = 1
  123.     DC.B     0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15    
  124. * hard-coded correction otherwise
  125.     DC.B    0,1,1,2,3,3,4,5,5,6,7,8,9,11,13,15
  126.  
  127. (note - there are two extra no-correction tables here in driver)
  128.  
  129. * Lightening for color printouts (CYAN correction uses threshold + 2)
  130. * 1 = no correction (Threshold 1 means NO CORRECTION on any color)
  131.     DC.B 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
  132. * 2 = no correction (but CYAN gets corrected with table 4)
  133.     DC.B 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
  134. * 3 = no correction (but CYAN gets corrected with table 5)
  135.     DC.B 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
  136.  
  137. * 4 = enhanced linear -1 (CYAN uses table 5, etc.)
  138.     DC.B 0,1,2,3,4,4,5,6,7,8,9,10,11,12,13,14
  139. * 5 = linear -1
  140.     DC.B 0,1,1,2,3,4,5,6,7,8,9,10,11,12,13,14
  141.  
  142. * 6 = enhanced linear -2
  143.     DC.B 0,1,2,2,3,3,4,5,6,7,8,9,10,11,12,13
  144. * 7 = linear -2
  145.     DC.B 0,1,1,2,2,3,4,5,6,7,8,9,10,11,12,13
  146.  
  147. * 8 = enhanced linear -3
  148.     DC.B 0,1,1,2,2,3,3,4,5,6,7,8,9,10,11,12
  149. * 9 = linear -3
  150.     DC.B 0,1,1,1,2,2,3,4,5,6,7,8,9,10,11,12
  151.  
  152. * 10= enhanced linear -4
  153.     DC.B 0,1,1,2,2,3,4,5,5,6,6,7,8,9,10,11
  154. * 11= linear -4
  155.     DC.B 0,1,1,1,2,2,3,3,4,5,6,7,8,9,10,11
  156.  
  157. * 12= enhanced linear -5
  158.     DC.B 0,1,1,2,2,3,3,4,5,5,5,6,7,8,9,10
  159. * 13= linear -5
  160.     DC.B 0,1,1,1,2,2,2,3,3,4,5,6,7,8,9,10
  161.  
  162. * 14= enhanced linear -6
  163.     DC.B 0,1,1,1,2,2,3,3,3,4,4,5,6,7,8,9
  164. * 15= linear -6
  165.     DC.B 0,1,1,1,1,2,2,2,3,3,4,5,6,7,8,9
  166.  
  167. * 16= enhanced linear -7 (for CYAN when threshold is 14)
  168.     DC.B 0,1,1,1,2,2,2,3,3,3,4,4,5,6,7,8
  169. * 17= linear -7 (for CYAN when threshold is 15)
  170.     DC.B 0,1,1,1,1,2,2,2,3,3,3,4,5,6,7,8
  171.  
  172. The enhanced corrections are hand adjusted correction tables
  173. which are partway between linear and gamma correction.  These tables
  174. were developed by Roger Uzun.
  175.  
  176.