Reddit's thumbnailing script works nice as well, https://github.com/reddit/reddit/blob/master/r2/r2/lib/scrap... edit: I even think you are using a similar method.
This looks like a nice, simple solution. Now I wonder if there is a solution similar to this written in PHP.
I found this:
http://jueseph.com/2010/06/opticrop-content-aware-cropping-w...
Seems to be a similar solution using PHP and ImageMagick.