How to offset thumbnails to the center?

I tried and use successfully this code which allow to define image size using specific cropping position for this image size : bt_add_image_size( 'product-screenshot', 300, 300, array( 'left', 'top' ) );

It allow centering option so it looks like matching your purpose. I’ve added the code in a separate php file that I included into functions.php