How to batch resize multiple images into squares?
Hi!
So I have several hundred images that are of varying sizes from 600x1000 pixels to 4000x1000 pixels. So I want to make them all into square images. So far I have only figured out how to automate by recording actions changing the canvas size to a set amount, ie I change the 600x1000 to 1000x1000 which works but doesn't work for the 4000x1000 image. If I changed them all to 4000x4000 then the smaller images would be in to small of a square. Is there anyway to change the canvas size in a way that I don't have to specify the exact size and use a more fluid/relative method?
Hopefully this makes sense!
