I have this repetitive task of cropping pictures, on a daily basis, each in 3 different versions, a 630x515 *_large, a 274x134 *_medium and a 173x106 *_small.
I'm currently working with 3 different actions (Select Canvas > Copy > Resize > Paste in place) one for each size, since I need to manually free-transform it and choose an appropriate area as the visible one (source images' aspect ratio varies greatly).
Still, I need to check the file name and then use the correct action, which given the amount of times I do it, it is not only slow but also prone to mistakes.
I'd love to have one button I can use that does the action mentioned (even if it just calls the right action) based on the file name suffix.