Add Resize - Resize an image to an exact set of dimensions, ignoring aspect ratio.
Add Rotate - Rotate an image.
Add Scale - Resize an image maintaining the original aspect-ratio (only one value necessary).
Add Scale And Crop - Resize an image to an exact set of dimensions, ignoring aspect ratio.
That's what i get when editing preset (…/admin/build/imagecache/ID). I think description for Scale & Crop is just copy&paste from Resize. This has to be change according to fact that Scale maintains original aspect ratio.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | imagecache_391258.patch | 798 bytes | drewish |
Comments
Comment #1
drewish commentedYeah that looks like a bug... mind coming up with some new text that I can copy/paste in?
Comment #2
drewish commentedComment #3
les limHow about this:
Add Scale And Crop - Resize an image while maintaining aspect ratio, then crop it to the specified dimensions.
Comment #4
drewish commentedsounds great to me. committed the attached patch to HEAD and DRUPAL-5--2.