home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / amiga / hardware / 22299 < prev    next >
Encoding:
Internet Message Format  |  1993-01-02  |  3.4 KB

  1. Xref: sparky comp.sys.amiga.hardware:22299 comp.sys.amiga.applications:9736
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!hsdndev!rutgers!cbmvax!cbmehq!cbmger!venus.adsp.sub.org!wfaust
  3. From: wfaust@venus.adsp.sub.org (Wolf Faust)
  4. Newsgroups: comp.sys.amiga.hardware,comp.sys.amiga.applications
  5. Subject: Deskjet & Laserjet
  6. Message-ID: <wfaust.09gu@venus.adsp.sub.org>
  7. Date: 2 Jan 93 13:25:29 GMT
  8. Organization: Not an Organization
  9. Lines: 75
  10.  
  11.  
  12. I have made some real life tests with various HP printers and
  13. drivers.  Maybe it's of interest.
  14.  
  15. Most (all?) of the current HP printers support several compression
  16. schemes. Those defined by HPs latest PCL 5 docs are:
  17.  
  18. Mode 0        = None
  19. Mode 1        = RLE
  20. Mode 2        = Packbits (RLE)
  21. Mode 3        = Delta row
  22. Mode 5 (ERGS) = Adaptive Compression
  23.  
  24. Compression schemes can be switched from row to row, or color to
  25. color.  This allows drivers to select the best compression method
  26. for each raster row (for instances Studios mode 0+2+3).
  27.  
  28. Here are some timings made while printing a DTP/word processor
  29. page full with text and graphics on a HPIIIP (Deskjet timings do
  30. have the same relationship):
  31.  
  32.                        Print Data Size   Print time
  33.  
  34. Mode 0                   523428         44.08 seconds
  35. Mode 0+2                 220974         22.98 seconds
  36. Mode 3                   122531         15.26 seconds
  37. Mode 0+2+3               119996         14.44 seconds
  38. Mode 5 (ERGS)            106419         10.40 seconds
  39.  
  40. As you can see, the data size and print time have been dramaticly
  41. reduced, resulting in a major speed increase when using 0+2+3 or ERGS.
  42.  
  43. While the compression ratio looks good for DTP and word
  44. processing stuff, it may come out worse for pictures.  In a worse
  45. case there might be lot's of CPU power wasted for nothing.  So I
  46. printed a dark 8 Bit DIN A4 picture with various drivers and
  47. a floyd dither (hard to compress ;-):
  48.  
  49.             Data Size   Computing/Transfer/Total Time      Transfer rate
  50. Studio:
  51. Mode 0       621645       2:43 / 44 sec / 3:27            14 KBytes/sec
  52. Mode 0+2     543024       2:44 / 38 sec / 3:22            14 KBytes/sec
  53. Mode 0+3     407637       2:43 / 41 sec / 3:24            10 KBytes/sec
  54. Mode 0+2+3   398001       2:45 / 39 sec / 3:24            10 KBytes/sec
  55. Mode 5 ERGS  389227       2:35 / 27 sec / 3:02            14 KBytes/sec
  56.  
  57. DJHelper:
  58. Mode 2       543904       2:45 / 38 sec / 3:23            14 KBytes/sec
  59.  
  60. Commo HP_Laserjet:
  61. Mode 0       620216       2:44 / 44 sec / 3:28            14 KBytes/sec
  62.  
  63. Commo HP500/550C:
  64. Mode 0       621611       2:45 / 44 sec / 3:29            14 KBytes/sec
  65.  
  66. As you can see, even in worse case compression does not cause a
  67. slowdown.  All driver have nearly the same speed (except Studios
  68. ERGS) because of the worse compression.
  69.  
  70. Some interesting things should be noted:  the transfer rate of HP
  71. printers depend on the compression scheme used.  Also, Mode 5 ERGS
  72. is unpacked by the HPIIIP during print time, allowing you to
  73. print high resolution pictures with a standard 1MByte equiped HP
  74. IIIP.  This also results in a good transfer rate, though, the
  75. compression method used in mode 5 is nearly the same as mode
  76. 0+2+3.
  77.  
  78. Mode 5 requires less computing time because of the internal
  79. buffering of the Studio driver.  Data is send to the printer in
  80. ~32767 Bytes blocks.
  81.  
  82. -- 
  83. Wolf Faust                 Internet: wfaust@aurea.hotb.sub.org
  84. Germany                        FIDO: 2:249/3.5
  85. Tel: (+49)69 5486556         CBMNet: wfaust@venus.adsp.sub.org
  86.