I've recently created a little widget that opens an image adjustments menu on top
of the playing video (thank you Muli Dayan for your help with this one!).
The widget allows video image manipulations using these CSS3 filters:
- Brightness
- Contrast
- Greyscale
- Saturation
- Hue-rotate
- Sepia
Chrome and Safari except CSS filers by defining the "webkitFilter" property.
FireFox requires definition of the "filter" property.
IE is not supported as it lacks support for CSS3 filters.
Feel free to play with the demo and download the source code from Github.
No comments:
Post a Comment