* color.setColor - set color now supports alpha blending * color.desaturate - faster alternative to color.saturation
1.17
* color.contrast - new color filter * color.brightness - new color filter (simple but fast algorithm) * new testing image "Pygame powered" (with Snake) * new source/files structure
1.16
* fixed Ubuntu compilation errors * minor code improvements, code cleaning * filters.ripple - another useless visual effect :) * code examples (in examples folder): hue, noise, ripple, noiseBlur, pixelize
1.15
* faster filters.noise function * fixed memleak - wrong usage of Py_INCREF (not needed for PySurface_New)
1.14
* 24bit(RGB) input surface support * C code improvements * windows bin package and installer available for download * improved documentation & demo images * color.alphaMask now returns new surface instead of modifing input surface