js-image-carver icon indicating copy to clipboard operation
js-image-carver copied to clipboard

🌅 Content-aware image resizer and object remover based on Seam Carving algorithm

Results 4 js-image-carver issues
Sort by recently updated
recently updated
newest added

Congrats on the library, love the demo and the article about it 🚀 One small suggestion: it would be helpful/nice to have a **Mask to keep** functionality. Say to explicitly...

When both dimensions are set to the same percentage, the output image should retain the aspect ratio. Example: Choose 500x500px image. Put width and height to 80% and run the...

The mask selection stops when getting to the bottom of the image because the wrapper div for the "clear mask" button covers the whole bottom of the canvas. Adding `pointer-events:...