Action that uses a percentage of image size in pixel dimensions
Hi all,
I'm trying to create an action that creates a frame that is the same thickness X & Y, based on a 4% percentage of the image width.
The problem is, If I were to just use 4% of an image that is 1000x800, my frame would be 40px x 36px thick - not equal... but I want it to be the same thickness = 40px x 40px thick. But I can't simply type in a set pixel width, because on a 2500x3300px image the frame would be much too thin.
So I need to always use the same percentage (4%) of just one dimension (width). Then convert that data to pixels to work with selections.
I would prefer not to use a JSX in this action, as I'm sending this out to dozens of designers on both PC and Mac.
Thanks!
