Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/watson28/seam-carver-visualizer
- Owner: watson28
- Created: 2020-05-06T12:42:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-22T15:56:46.000Z (over 1 year ago)
- Last Synced: 2023-12-12T03:22:10.486Z (11 months ago)
- Language: TypeScript
- Homepage: https://gallant-curie-7a30c1.netlify.app/
- Size: 24.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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.