Copy link to clipboard
Copied
I need an action to batch convert over 1000 EPS files to PNG files PNG needs to have a transparent background (the EPS files already have a transparent background) Also, resize each image to the optimal resolution BUT the maximum size must not exceed 4000x4000 pixels AND must keep aspect ratio (i dont want all square images!)
i already have most of the job but i can't figure out the last part to set the correct size without exceeding 4000x4000px
Copy link to clipboard
Copied
I think image peocessor pro may be able to do that
Copy link to clipboard
Copied
No actually I need action i will try but not succeed
Copy link to clipboard
Copied
The image processor pro is a plug-in you can record using it in an action.
Copy link to clipboard
Copied
You can do it with action and batch.
EPS is opened as new document with width exactly 4000px and height is computed proportionaly. After opening one of your side will have 4000px
File > Automate > Fit Image has max-height and max-width 4000px. This command decrease image if height is bigger than 4000px and constrains proportions.
And finaly you will save your file as PNG.
Remember, you need override open and save command in batch dialog and select action in batch dialog.
When you drag EPS in Photoshop above tabs:
Action:
Batch: