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