2

Possible Duplicate:
getPixel from HTML Canvas?

I've looked around quite a bit for an answer to this question. Kind of surprised to have not found a definitive answer.

Is there any way to do color transforms on bitmaps in modern browsers using either javascript, css or any of the webkit css effects? Examples would be being able to desaturate a JEPG, or adjust the R,G and B values...I know there is a new hsla attribute to the color property in CSS3, but it doesn't seem to work on bitmaps.

Community
  • 1
  • 1
jonkeegan
  • 145
  • 1
  • 8

1 Answers1

1

Pixastic is a great project (as mistabell mentions). If you want more simpler or customized effects read up on the Canvas tag and it js api.

Jakub Hampl
  • 39,863
  • 10
  • 77
  • 106