CamanJS icon indicating copy to clipboard operation
CamanJS copied to clipboard

Caman js manipulation causing duplicate rendering

Open loranbriggs opened this issue 12 years ago • 2 comments

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?

loranbriggs avatar Oct 04 '13 21:10 loranbriggs

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

samad01 avatar Feb 25 '14 14:02 samad01

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

zaak avatar Jan 03 '15 17:01 zaak