Skip to content Skip to sidebar Skip to footer

I Am Having Trouble Processing My Image Using Html5 Canvas And Javascript Filters From Pixastic, What Am I Doing Wrong?

The Javascript 'pixastic.custom (5) file was created from Pixastic using just the core code and 'lighten' filter. The code works to redraw the image in the canvas in a Mozilla Bro

Solution 1:

The problem is at the 7th line from the script tag. Not sure what you are trying to do but there's gonna be an error.

This is legal.

Pixastic.process(imageObj, "lighten", {amount : .5});

Post a Comment for "I Am Having Trouble Processing My Image Using Html5 Canvas And Javascript Filters From Pixastic, What Am I Doing Wrong?"