Albert Cahalan <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]:
> 1. add some warning flags to the Makefile > 2. adjusts the colors (fixing bug #1053065) Bill, could you give the developers admin access to the bug system, so we can close fixed bugs? > +#define VIDEO_BPP 15 // saves memory This causes severe dithering artifacts. It's particularly visible on the colour buckets, which look look *really* bad now. > +//#define VIDEO_BPP 16 // causes purple discoloration And even white (!) aren't properly handled! > +//#define VIDEO_BPP 24 // compromise > +//#define VIDEO_BPP 32 // might be the fastest, if conversion > functions removed Is there any reason we can't use 32 bit mode? -- Karl Ove Hufthammer _______________________________________________ Tuxpaint-dev mailing list [EMAIL PROTECTED] http://tux4kids.net/mailman/listinfo/tuxpaint-dev
