2009/1/6 Luka Napotnik <luka.napot...@gmail.com>: > Hum could you please tell me more about gdkpixbuf dithering functions. I > was unable to fund such a function.
Just that it'll dither for you when drawing to the display. So if your graphics card is 16 bits per pixel (eg. 6 bits of green, 6 red, 4 blue or whatever), gdk will dither your 24-bit RGB image down for you. It'll do palette-ized visuals as well. http://library.gnome.org/devel/gdk/stable/gdk-Pixbufs.html But perhaps you want to dither for some other reason? John _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list