Sorry to reply on a so old thread...
Just wanted to know if this has been implemented yet? I can't find this anywhere so I guess it hasn't, but we never know
Yes but in the case of the square thumbnail I want, I can't do that in one command right?
Because I first need to resize, then crop but the crop method takes xywh and I don't know the new width/height after a resize (if I use ratio resize 0 500). But maybe the other way ...
Is it possible to execute multiple operations in one command? I need a square thumbnail of an image, so I want to resize first, and then crop the image. But I'd like to do that in one take :)
The issue is that when I resize the image, I need to know the resized size before I can give the ...