home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / amiga / graphics / 5343 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  2.7 KB

  1. Path: sparky!uunet!portal!cup.portal.com!blackbelt
  2. From: blackbelt@cup.portal.com (Ben - Williams)
  3. Newsgroups: comp.sys.amiga.graphics
  4. Subject: Re: ImageMaster <-> ADPro printings
  5. Message-ID: <62974@cup.portal.com>
  6. Date: Mon, 27 Jul 92 22:59:18 PDT
  7. Organization: The Portal System (TM)
  8. Distribution: world
  9. References: <62873@cup.portal.com> <1992Jul27.122034.8042@pixel.kodak.com>
  10. Lines: 48
  11.  
  12. Ed Hanway,
  13.  
  14. Sure, I can tell you enough to get you going, I think. Basically, when you
  15. don't have enough colors (for instance, the 16 colors of Amiga hires), you
  16. need to dither, that is to say, mix dots of the colors you DO have so that
  17. the area you are printing will achieve the color over an AVERAGE of several
  18. pixels.
  19.  
  20. On yout typical color printer thru AmigaDOS drivers, you have (max) 4096
  21. colors. So, the trick is to dither the finer color specification into the
  22. 4096 color space supported by the driver, and then present that 4096 color
  23. creation to the driver for further printing. It works well, for that vast
  24. majority of drivers.
  25.  
  26. Now, as with any dither technique, the more spatial resolution you have,
  27. the better off you are. When you send (for instance) a 256x256 image to
  28. the printer driver, it will happily print you some very large, chunky
  29. pixels on your paper. Your eye won't (willingly) resolve any dither that
  30. is there into a finer color resolution because the chunks are too big;
  31. this is true even if the proper dither techniques are used to create the
  32. 100% correct averages (which Imagemaster will indeed do for you).
  33.  
  34. So, the "trick" here is to scale that image up to as high a resolution
  35. as you have room for in your computer's memory, right up to the printer's
  36. resolution limitations. Odds are that you'll run out of computer
  37. memory first, but possibly not... depends on yours system and the printer
  38. resolution.
  39.  
  40. Once the iamge has been scaled by imagemaster to something fine enough
  41. where the print output from the Amiga printer drivers is fine enough that
  42. your eye will begin to integrate the embedded dither for you, you'll
  43. have something your brain will accept as much better than 12-bit (4096
  44. color) printing.
  45.  
  46. Now, as you might have already guessed, since this all feeds through the
  47. Amiga printer drivers, the setup of the preferences for the printer will
  48. indeed affect the accuracy of the results from Imagemaster's somewhat
  49. indirect (and moderately diabolical :^) use of the printer drivers built
  50. in limitations. The best advice I can give you is to set up the driver
  51. output for the best color range over a couple of nice grey and spectrum
  52. scales in a "normal" application like DPaint.
  53.  
  54. That should about cover it; bottom line is that it can indeed work very well,
  55. and as I pointed out before, it works under 1.3 as well as 2.0.
  56.  
  57. Good luck!
  58.  
  59. Ben
  60.