I cane seem to get the revert function to work on Pixastic. What am I missing here??
function set_fx( bri, con){
$("#working-pic").pixastic("brightness",{brightness:bri,contrast:con});
}
function fx_reset() {
Pixastic.revert($("#working-pic"));
}
just use: