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: 4 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-22T15:56:46.000Z (over 2 years ago)
- Last Synced: 2025-01-14T04:29:20.098Z (6 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
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.