Path: utzoo!attcan!uunet!husc6!bloom-beacon!apple!bionet!agate!ucbvax!gergle.UUCP!greg From: greg@gergle.UUCP Newsgroups: comp.windows.news Subject: Re: Dithering Message-ID: <8811021836.AA01007@frame.com> Date: 3 Nov 88 03:48:01 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 19 > Automatic dithering in NeWS is a great feature, BUT, > I want to turn it OFF sometimes so I can display > images that reflect the actual data. > > How can I turn off the dithering when rendering > a canvas in a window? This has been a popular question. NeWS has a static color table. When you bring in a foreign 8 bit color image, it simply picks close colors. 24 bit files are dithered into the static color table. I don't believe there is any dither taking place for 8 bit images. The only solution would be to somehow change the color lookup table on the display, without the help of NeWS. Of course everything else on the display will look like junk. -greg.