Add crop functionality to the resize_image_url function.
The resize_image_url function is quite handy for preventing users from adding images of an obscene size and reducing page weight. One idea to take it to the next level would be adding a crop parameter. Something like:
A crop position would be great. X could get left, center, or right. Y could get top, center, or bottom. And defaulting to the center seems appropriate.
Yes! +1 on this, on how this should work, as an example, in Dato CMS, when you upload an image you can select the "focal point" so when you crop the image, the image is cropped automatically based on that focal point
+10 Even of you're not making crops. This is very useful when using bg images in responsive designs. Definitely my favourite media functionality in Umbraco.