I'm running a dating site and generate thumbnails for uploaded profile images, i have a pretty basic algo that generates square thumbs and in about 95% of the cases the thumbs are pretty good and don't crop out the person's face. I was wondering if anybody knew of either :
a good (free and open source) php based package that I could use to generate even better thumbnails.
a service (paid or free, but must have an api that i can call) that would generate thumbs for me, ideally one that has a real 'face detection' mechanism.
thanks and regards.