Open hellifiknow opened 11 years ago
When I try to do something like this the rendered image will be rotated, but the filters will not remain.
Caman("#image", function () { this.exposure(-10); this.colorize(25, 180, 200, 20); this.rotate(90); this.render(); });
Begin with the rotate filter
When I try to do something like this the rendered image will be rotated, but the filters will not remain.
Caman("#image", function () { this.exposure(-10); this.colorize(25, 180, 200, 20); this.rotate(90); this.render(); });