Like the idea.<p>I often take a couple of shots of the same thing just to experiment; probably a symptom of growing up shooting digital. I guess you're just banking on randomness preventing dupes from showing too often or manually removing them.
We did similar things with images in this Codebrawl: <a href="http://codebrawl.com/contests/content-aware-image-cropping-with-chunkypng" rel="nofollow">http://codebrawl.com/contests/content-aware-image-cropping-w...</a>
Here's a similar tool that uses ImageMagick and PHP: <a href="http://jueseph.com/2010/06/opticrop-content-aware-cropping-with-php-and-imagemagick/" rel="nofollow">http://jueseph.com/2010/06/opticrop-content-aware-cropping-w...</a>
I learned from a designer friend of mine a long time ago that image resizing to smaller sizes makes them blurry - if you'd just sharpen them a bit it makes a world of difference. It also isn't all that hard to do in Python.