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 crop command the correct values...
Thanks.