Our site takes many different sized thumbnails and converts them to squares for sorting. The squares are 135px x 135px.
Our current setup:
:styles => {
:thumbnail => '135x>'
}
As you can see, this is downsizing the image to 135px height (while keeping the aspect ratio), the foces the width to 135px causing the image to become totally distorted.
Does anyone have a better way to do this? in particular with Imagemagick?