15 Apr
2006
15 Apr
'06
10:46 p.m.
On Sat, 2006-04-15 at 11:57 -0400, bulia byak wrote:
We already have generic "crop" (clipping) which applies equally to bitmaps or vectors. Similarly, we must have a generic brightness/contrast/color adjuster which will work the same on ALL objects, including bitmaps. I have detailed plans on how to do it, so this may be another SOC project with me as a mentor.
It's worth noting that brightness, contrast, desaturation, and hue shifting (among many, many other things) can all be done via SVG filters.
See feColorMatrix and feComponentTransfer in particular.
-mental