Open rulaszek opened 11 years ago
Occasionally when I call rotate or adjust the gamma the image gets garbled. Any ideas?
Im doing this
self.caman.revert(); self.caman.rotate(self.rotation()).render(function () { self.caman.gamma(self.gamma() / 10).render(function () { self.image(this.toBase64()); }); });
or this
self.caman.rotate(90).render(function () { self.image(this.toBase64()); });
Occasionally when I call rotate or adjust the gamma the image gets garbled. Any ideas?
Im doing this
or this