Override default cropping in WordPress [duplicate]

Possible Duplicate:
How can I make add_image_size() crop from the top?

Is there any way to have cropping happen from the center point in an image? All of my Featured Image uploads are cropped poorly (mostly website screenshots), and I’d love to have those crop instead from top/center for preview versions of the image (such as what would show on index.php [loop] in the theme).

I saw this, but I absolutely hate hacking the core out of fear a WordPress upgrade with cause my changes to vanish. Any recommendations are welcome. I prefer to do this via functions.php if possible, rather than edit my 99% completed theme.

2 Answers
2

Checkout these plugins:
http://wordpress.org/extend/plugins/scissors/screenshots/
http://wordpress.org/extend/plugins/easy-image-crop/
http://wordpress.org/extend/plugins/nextgen-image-cropper/

Leave a Comment