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
Post a Comment