Path: utzoo!attcan!uunet!lll-winken!lll-tis!helios.ee.lbl.gov!pasteur!ucbvax!GATEWAY.MITRE.ORG!russ%yummy From: russ%yummy@GATEWAY.MITRE.ORG Newsgroups: comp.windows.news Subject: Dithering Message-ID: <8811041825.AA05219@baklava.mitre.org> Date: 4 Nov 88 20:02:16 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 13 >> 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. > I don't believe there is any dither taking place for 8 bit images. It's more the "smoothing" between pixels that is disastering our stuff. If you create a canvas of (basically) random color pixels, when you render a magnified version you get odd star bursts of colors and other odd things !?! Sometimes we need to just have pixel replication so we get squares of color. Right now we have to draw individual squares which tends to be deathly slow. Is there anyway to turn off the interpolating feature (?) so we can quickly render what the computer is taking as random arrays of colors?