GoogleChromeLabs/squoosh

Add "seam carving" as a resize method

Open

#747 opened on Apr 17, 2020

 (2 comments) (2 reactions) (0 assignees)TypeScript (2,138 forks)batch import
codechelp wanted

Repository metrics

Stars
 (25,732 stars)
PR merge metrics
 (PR metrics pending)

Description

@AlexVictoor just published a resizing demo that uses Seam Carving implemented in AssemblyScript: https://alexvictoor.github.io/seam-carving-as/

It seems like it should be quite easy to integrate and would make a great addition to Squoosh as an extra resizing method.

Contributor guide