> > I've had resolutions of 512*384*4 going and it doesn't look that bad.
> 
> Are there specific PD routines for increasing the apparent number of colours 
> on screen.  I don't feel up to working one out for myself. :-/
> 
> Andrew 
> 

Okay... basically... argh... it's hard to work out...

You are basically time averaging the colour, so it's difficult to work 
out what to do... one person has done it by swapping between 3 screens -- 
on each of the screens is a picture that is either a Red, Green or Blue 
scale of the image. The palette is set to a scale from black to the 
colour. FOr each line (or every 2 lines, as you can't do it every line 
due to timing constraints), you change the screen and palette. Do it in 
this sequence:

Frame 1:
RGBRGBRGB
Frame 2:
GBRGBRGBR
Frame 3:
BRGBRGBRG

Not too good, but it works
Simon

Reply via email to