skip to Main Content

Resize and crop image (photoshop script)

I'm trying to resize and crop several images from a folder. First of all, let's see some parts of the script: // DOCUMENT SETTINGS app.preferences.rulerUnits = Units.MM; app.displayDialogs = DialogModes.NO; // FUNCTIONS function processing_f_alta(folder, files, w, h) { var f_alta…

VIEW QUESTION
Back To Top
Search