I have installed Dr.Browns 2.3.1 services on Photoshop CC 2014. I would like to create a script to enhance the Dr.Brown's place-a-matic 8bit script.
The script will run after the place-a-matic 8 bit file layers file is generated.
1-The script will get the document height and the number of layers from the place-a-magic file.
2-Next the script will multiply the document height by the number of layers and calculate a new temporary document height.
3-Next the script will replace the original canvas size height with the temporary document height value.
4-Finally the script will distribute the layers evenly to across the surface of the document height.
Can a photoshop script handle this sequence of steps?
What would be the easiest way to create this script?