antipalindrome / Photoshop-Export-Layers-to-Files-Fast

This script allows you to export your layers as individual files at a speed much faster than the built-in script from Adobe.
MIT License
1.52k stars 424 forks source link

Request: Export images as incrementally visible layers #222

Open smlbiobot opened 1 year ago

smlbiobot commented 1 year ago

I know that this can be done, but I don’t have the Photoshop-scripting fu to do this, so I thought that maybe you would.

What I’d like to have is the ability to export an image by incrementally turning on the visibility of the layers from the bottom. For example, let‘s say I have 5 layers in the document.

Image 1:

off
off
off
off
on

Image 2:

off
off
off
on
on

Image 3:

off
off
on
on
on

So that eventually when you get to the last image:

on
on
on
on
on

Optionally output masked layers first as unmasked, and then masked (by having an extra step as a mask disabled)

I think that you might have an idea of what my use case here is. Happy to elaborate if this request seems odd.

Thanks!