automate batch layer composition & export
I'm trying to auto-compose and export 1000s of combinations of layers across multiple layer groups. I understand I probably need to feed a script to make this work. I have a PSD file with 8 different LayerGroups. Each LayerGroup between 1-30 different layers. I want to feed instructions to batch export (PNG) specific combinations.
E.g.
Final PNG 1 = LayerGroup 1:layer 3 + LayerGroup 2:layer 7 + ... + LayerGroup 8:layer 87
Final PNG 2 = LayerGroup 1:layer 2 + LayerGroup2:none + ... + LayerGroup 8:layer 94
...
Final PNG 1000 = Layer gruop 1:none + Layer group 2:layer 8 + ... + Layer group 3:layer 92
I saw PhotoshopCompositionComposer javascript on GitHub - but it throws an error, I'm working in latest Photoshop 22.4.2 Release. Any help would be appreciated.
