Skip to main content
Known Participant
December 14, 2016
Question

I need an action to batch convert over 1000 EPS files to PNG files

  • December 14, 2016
  • 2 replies
  • 1744 views

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

This topic has been closed for replies.

2 replies

Jarda Bereza
Inspiring
December 14, 2016

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:

2016-12-14_215213.jpg

Action:

2016-12-14_220554.jpg

Batch:

2016-12-14_220620.jpg

JJMack
Community Expert
Community Expert
December 14, 2016

I think image peocessor pro may be able to do that

JJMack
Known Participant
December 14, 2016

No actually I need action i will try but not succeed

JJMack
Community Expert
Community Expert
December 14, 2016

The image processor pro is a plug-in you can record using it in an action.

JJMack