meltingice / CamanJS

Javascript HTML5 (Ca)nvas (Man)ipulation
http://camanjs.com
BSD 3-Clause "New" or "Revised" License
3.56k stars 406 forks source link

Caman js manipulation causing duplicate rendering #106

Open loranbriggs opened 11 years ago

loranbriggs commented 11 years ago

When I manipulate an image using:

Caman(image, function() { 
    this.brightness(25); 
    this.render();
});

It causes a double rendering of the image. One image is slightly down and to the left of the first one. This only happens when I am on an Android device. Has this happened to anyone else?

samad01 commented 10 years ago

how can we use filters with ui slider in caman js plz any one help me out..

zaak commented 9 years ago

@samad01 Have a look at demo in my PR, it should be helpful https://github.com/meltingice/CamanJS/pull/163