Action: Canvas Size as a calculation?
I'm building an Action for series of operations I do at work all the time.
We get zillions of images, and I need to automatically make them 3:4 aspect ratio.
Here's what I need:
IF width > height
- CANVAS SIZE
- Height: [width x1.3333333]
- Vertical: bottom
- Extension Color: background color
IF width < height
- CANVAS SIZE
- Width: [height x0.75]
- Horizontal: center
- Extension Color: background color
There are other steps in the action I'm building, but I know how to do them. I even know how to do the "If-Then" part, using Insert Conditional in the Actions panel. I just don't know how to do the "Height = Width x 1.333333" and "Width = Height x 0.75" steps.
Any ideas?
Thanks!
