Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/watson28/seam-carver-visualizer

Web app to resize images using Seam Carver technique
https://github.com/watson28/seam-carver-visualizer

Last synced: 3 days ago
JSON representation

Web app to resize images using Seam Carver technique

Awesome Lists containing this project

README

        

# seam-carver-visualizer
Web app to resize images using Seam Carver technique

![Gif with demo](seam-carver-demo.gif)

Highlights:
* The application is built without any Javascript framework.
* The computation is done in the browser using web workers.
* Updates to the image are schedule using `requestAnimationFrame`.
* Built using Typescript

Future improvements:
* Use Web assembly to speed up the time execution for large image.