Search found 2 matches
- 2011-04-16T20:46:05-07:00
- Forum: Users
- Topic: Resize then crop
- Replies: 7
- Views: 72474
Re: Resize then crop
Thanks both of you for your help and guides. I was fumbling around with the guide posted by NicolasRobidoux using the Cut the Thumbnail to Fit method but wasn't using the original image field. Now that I think about it, that makes no sense. I got it working how I want with "convert image -resize ...
- 2011-04-16T19:42:20-07:00
- Forum: Users
- Topic: Resize then crop
- Replies: 7
- Views: 72474
Resize then crop
I'm trying to take images that are large and resize them down to 275x275. This isn't working since using -resize is keeping the aspect ratio so what I want to do is resize so that both height and width are a minimum of 275 and then crop the image with dimensions 275x275. I'd like to keep aspect ...