I'm trying to apply CamanJS filter to a canvas created with KineticJS. It works: Caman("#creator canvas", function() { this.lomo().render(); }); After applying a CamanJS filter I'm trying to do sth with canvas (eg. drag and mov...
We are evaluating CKFinder, at the moment we have this situation: app.domain.com hosts our JS application included ckfinder.js api.domain.com hosts the connector.php Please note they are on different domains. We are able to view files and fold...
If I have an image that I apply a filter to, e.g. Lomo filter, is there way to make that the current Caman instance? Meaning, if I then want to then play about with the brightness on the image that I applied the filter to, and use this.revert(); to...
I try to understand events in camanjs, but I need some examples. Can everyone write me simple example about this: 1) load image in to canvas (done) Caman("#canvas-img2", base64_or_path_to_image, function () { this.nostalgia(); this....
I'm trying to create a custom filter in Fabric.js. But I'd like to use the filter set of Caman.js. I feel like I'm uber close here, but can't seem to get this to work. Anyone have experience combining the two or see where I might be g...
I want to create puzzle images out of original images, meaning that an image is cut into 9 pieces (3x3) and then shuffled and stored as a new image. Does anyone know which method is the best to do so and how to achieve it? Perhaps with CamanJS? Does...
I am creating a simple image redactor by javascript where the users should be able to rotate an image as well as to apply some filters implemented by Caman js. I am drawing the initial image in the following canvas: <canvas id="mainCanvas...
I'm using CamanJS and the effects all work fine except Contrast. I don't know why but it messes up the image. Here's my HTML and JavaScript, also there is a jsFiddle example here : http://jsfiddle.net/6sE2x/ <div id="Con...
I'm using the Caman (http://camanjs.com/) image library to modify some images using buttons/sliders. The problem is, that the image flickers each time a change is made. Example code: var caman = Caman("#demo-photo"); $("#co...
EDITED: It turned out it's a retina bug. Not replicable on other screens. Referring Camanjs clear canvas when init Caman()? and posted there http://jsfiddle.net/m1erickson/R4kJM/ CamanJS should accept the canvas with data s argument. Ale documen...
©2020 All rights reserved.