image-clipper
image-clipper copied to clipboard
Node.js module for clipping & cropping JPEG, PNG, WebP images purely using the native Canvas APIs, excellent compatibility with the Browser & Electron & NW.js (Node-webkit), itself doesn't relies on a...
I am using this package in my project and it is running perfect but on my mac it rotates images 90 degrees to random direction.
Hi thank you for the very useful library. It seems that this line: ``` Load source image from the memory after initialized. Functionality is identical to `Clipper(path, callback)`. ``` https://github.com/superRaytin/image-clipper/blob/master/README.md?plain=1#L156...
It's not working when i am trying to interract with lightweight images (example: 2.68 kilobyte, 5.36 kilobyte). Promise in my code can't be resolved in lightweight images case. But everything...
Following the example on the README.md, in node 12.9.1 with the following package dependencies. Program is fine with Clipper.configure(canvas: canvas) and otherwise, but crashes when I add the crop command......