Picture of Katharina

Katharina Kufieta
Software Engineer

I love this algorithm. Ever since I learned about content aware image resizing in an algorithms class I wanted to implement it for the browser.
Example picture of a seam found by the algorithms

Ever since I learend about seam carving, I planned to implement it in JavaScript. My goal was to make it easy for everyone to play around with and experience this fascinating way of resizing pictures. I used Knockout.js and its MVVM design pattern to structure my program.

You can test CARI here: CARI

Get the code here: CARI repo