I'm doing good with caman, I came across with cropping and wants to render the result to <img> directly, not to canvas
Caman("#xxx-img", function () {
this.crop(100, 100,0,0);
this.render(function());
});
is it possible to render to <img> directly? any ideas, help?
You have to convert on base64 like this :