I am trying to use Photoshop actions to create random images composed of a random sample of layers. I have 2 layer groups that ALL are not visible by default.
Inside each group, I would like to make 1 random layer visible (there will be 2 layers in total) Export the whole thing as a .gif file. Repeat 5-10 times Examples of groups / layers:
[FRUITS]
* [Pears]
* [Bananas]
* [Kiwi]
* [Oranges]
[VEGETABLES]
* [Asparagus]
* [Cilantro]
* [Eggplant]
[MEAT]
* [Beef]
* [Pork]
By default, all layers are hidden, but when I play the action I can get the following result (layers visible):
Rice1: [Apples] [Eggplant] [Beef]
Rice2: [Pears] [Asparagus] [Pork]
Rice3: [Oranges] [Cilantro] [Pork]