Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add glitch image to readme
  • Loading branch information
Greg Borenstein committed Oct 24, 2012
1 parent e011269 commit 1dfdd3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -4,4 +4,6 @@ This is a Processing library that implements the Dynamic Programming optimized s

It mainly based on [this tutorial by Paul Reiners](http://www.ibm.com/developerworks/java/library/j-seqalign/index.html) and the accompanying code (with some modifications).

So far, the coolest application (partially) implemented is Seam Carving, which is a technique for resizing images by removing their least interesting pixels. This isn't quite working yet but you can see the SeamCarvingExample for how it will work when it's done.
So far, the coolest application (partially) implemented is Seam Carving, which is a technique for resizing images by removing their least interesting pixels. This isn't quite working yet but you can see the SeamCarvingExample for how it will work when it's done.

<a href="http://www.flickr.com/photos/unavoidablegrain/8117817131/" title="Seam Carving glitch in Processing by atduskgreg, on Flickr"><img src="http://farm9.staticflickr.com/8192/8117817131_b8aa3a8fec.jpg" width="500" height="347" alt="Seam Carving glitch in Processing"></a>

0 comments on commit 1dfdd3c

Please sign in to comment.