Pixastic is an online photo editing application. It uses only JavaScript. Browser support is currently limited to Firefox, Opera and Safari. Pixastic, the JavaScript library which allows you to perform a variety of operations, filters and fancy effects on images using just a bit of JavaScript.
The effects of Pixastic supported out of the box include desaturation/greyscale, invert, flipping, brightness/contrast adjustment, hue/saturation, emboss, blur, and many more. Pixastic works by utilizing the HTML5 Canvas element which provides access to raw pixel data, thereby opening up for more advanced image effects.
Features
- Blend
- Blur
- Blur Fast
- Brightness/Contrast
- Color Adjust
- Color Histogram
- [advt]Crop
- Desaturate
- Edge Detection
- Edge Detection 2
- Emboss
- Flip Horizontally
- Flip Vertically
- Glow
- Histogram
- Hue/Saturation/Lightness
- Invert
- Laplace Edge Detection
- Lighten
- Mosaic
- Noise
- Pointillize
- Posterize
- Remove Noise
- Sepia
- Sharpen
- Solarize
- Unsharp Mask
Pixastic works by accessing the pixel data of the image and manipulating the image on pixel by pixel basis. The methods used in Pixastic are available on the HTML5 canvas element. This methods supported by Firefox, Opera and Safari etc
Be the first to comment