Pixastic is a JavaScript image processing library. Although it makes more sense to edit images in e.g. Photoshop, this java script allows automating the image manipulation process.
![]()
Notable features of Pixastic include: the ability to grayscale, invert, flip, emboss, blur, and adjust the brightness and the contrast of the image.
There is one downside, though: Pixastic uses HTML5’s canvas element. Which means that the plugin doesn’t work on IE. A few features might work on it, though.
A demo is available in the plugin’s website.
- Website: http://www.pixastic.com/lib/









