Using JavaScript to automate monotonous operations in Photoshop.
Any version of Photoshop CC will work fine.
Note : Photoshop CC 2015 was used while developing this application.
- Knowledge of Layers and Groups in photoshop.
- Basic syntax of JavaScript.
Create a CSV file with two columns.
- 1st columns - NAME
- 2nd columns - POST
Create two layer, Name them as follows:
Note : Make sure that this two layers are not enclosed in any groups.
Run the script and leave the monotonous stuff to it!
Process done by the script.
- Creates "imgs" folder in the same directory as the "Template.psd".
- Saves all "JPGs" to imgs folder.
- Creates "A3" folder in the same directory as the "Template.psd".
- Stores all images in "imgs" folder to array.
- Gets images from this arrays and compiles 8 images into one set.
- Saves this A3 image set to "A3" folder.