home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 10 / amigaformatcd10.iso / -readerstuff- / peter_hutchison / misc-drivers.lzx / StylusII / ReadMe < prev   
Text File  |  1996-11-27  |  3KB  |  78 lines

  1. Epson Stylus Color II(s) printer driver (Beta release 35.3)
  2. ---------------------------------------
  3.  
  4. This driver should enable you to drive both II and IIs printers upto their full
  5. resolution of 720dpi * (see later for some notes on this).
  6.  
  7. Printer settings such as uni/bi-directional printing and economy mode are left
  8. to the printer.  An exception to this is MicroWeave for which there is no
  9. printer-cofigurable option.  The density settings in preferences therefore
  10. correspond to the following options:
  11.  
  12. Density Resolution MicroWeave
  13.  
  14.   1      180x180     No
  15.   2      180x180     Yes
  16.   3      360x360     No
  17.   4      360x360     Yes
  18.   5      360x720     No  (My printer doesn't support this, does yours?)
  19.   6      360x720     Yes
  20.   7      720x720 *   Yes
  21.  
  22. * Notes for 720dpi printing:
  23. ----------------------------
  24.  
  25. As far as I can gather, the Stylus IIs can *not* actually print 720dpi.  Someone
  26. will have to let me know more about the Stylus II.  Instead it achieves an
  27. effective dot placement resolution of upto 1/720th of an inch by printing two
  28. 360dpi rasters offset by 1/720th of an inch as in the following diagram:
  29.  
  30.             #.#.#.#.#.#.#.#.#.
  31.             .o.o.o.o.o.o.o.o.o          #  correspond to one 360dpi raster
  32.             #.#.#.#.#.#.#.#.#.          o  correspond to another
  33.             .o.o.o.o.o.o.o.o.o          .  is a gap
  34.  
  35. Strictly speaking the dpi value is sqr(2)*360 or a bit over 500dpi along the
  36. diagonals.  This means that exactly half of your image data is ignored when
  37. printing with density 7.
  38.  
  39. This is the reason for the strange artifacts when using e.g. FS dithering at
  40. 720x720.  I would recommend a step down to density 6 in these cases.  I cannot
  41. see any way around this shortcoming other than by bypassing the printer.device
  42. altogether and incorporating the dithering software in the driver itself.
  43.  
  44. Author's Address
  45. ----------------
  46.  
  47. email: alex@warp.demon.co.uk
  48. smail: Alex Tucker,
  49.        "Strawberry Fields",
  50.        Cliff Road,
  51.        Skipsea,
  52.        East Yorkshire.
  53.        YO25 8TF
  54.        UK
  55.  
  56. Please send bugs/praise/suggestions/chocolate cake.  If the driver really changes
  57. your life, you could always send a couple of quid/bucks/assorted change my way to
  58. go towards the cost of the £40 ESC/P reference manual :)
  59.  
  60. Revision History
  61. ----------------
  62.  
  63. 21-May-96:  Initial beta released.
  64.  
  65. 29-May-96:  Removed mungwall hit reported by Andrea Latina.  Oops.
  66.  
  67. 16-June-96: After some feedback about the differences between the Stylus II and IIs
  68.             I have decided to reconfigure the driver to be more general.
  69.             Specifically, the driver outputs to a 4 colour Black/Yellow/Cyan/Magenta
  70.             model instead of the Black *or* YMC model on the IIs.  The IIs is
  71.             intelligent enough to understand what's going on.  In fact the only time
  72.             this might be inconvenient is if your printing software is good enough
  73.             to allow colour separation between the black/colour heads; let me know
  74.             if this is the case.
  75.             
  76.             Some bugettes have been flattened and the code slightly improved, thanks
  77.             to Carl-Eric Menzel and Ken Pierce for their constructive critisisms :)
  78.