Mobile app version of vmapp.org
Login or Join
Berumen635

: Batch Resizing images in Photoshop through an external data sheet Is it possible to resize an image automatically, by letting Photoshop take the variable sizes from an external data (such as

@Berumen635

Posted in: #AdobePhotoshop #Automation #BatchProcessing #MicrosoftExcel #Resize

Is it possible to resize an image automatically, by letting Photoshop take the variable sizes from an external data (such as an Excel spreadsheet, Width and Height columns) and execute them and save them in a folder?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Berumen635

1 Comments

Sorted by latest first Latest Oldest Best

 

@Gail6891361

Absolutely. You can create a script (.js) to do the job.

Photoshop Scripting Documentation. You want "JavaScript reference" for your version.

You will probably need to export your data as a csv or json, as getting JavaScript to read excel will be tricky.

If you're new to scripting Photoshop, check out some of the examples that come with it: they show opening files and doing operations.

NB. You might not be able to open your data file directly, in which case pasting it in (as csv, or json) into a prompt call would possibly suffice.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme