Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 441 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 441 Bytes

seam-carver-visualizer

Web app to resize images using Seam Carver technique

Gif with demo

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.