Is there any way to do color transforms on bitmaps using HTML5 / CSS / Javascript? -


possible duplicate:
getpixel html canvas?

i've looked around quite bit answer question. kind of surprised have not found definitive answer.

is there way color transforms on bitmaps in modern browsers using either javascript, css or of webkit css effects? examples being able desaturate jepg, or adjust r,g , b values...i know there new hsla attribute color property in css3, doesn't seem work on bitmaps.

pixastic great project (as mistabell mentions). if want more simpler or customized effects read on canvas tag , js api.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -