[Photoshop 2021] Export "Currently Viewing Layers" into PNG file with number sequence in name
TLDR;
pressing custom Keyboard shortcut one time will export currently visible layers into PNG file with number sequence such as 0001.png -> 0002.png ... to a certain output path.
Windows 10 / Photoshop 2021
I do NOT want Batch output, as I have to turn on and off layers that i want and output only ONE png file.
I do NOT want Layers to Files, as this is what I am doing with those exported Layers and gathered in one PSD file, and flicking those layers to be visible or invisible to make different result picture.
I do NOT want automation Action, as It doesn't record outside the photoshop itself, such as folder selection dialogue box, and It won't automate numbering sequence so no point of this.
simply said It's like there are multiple backgrounds, multiple people and multiple props and I have to combine those layers into specific combination and then output to PNG.
also I need better filenaming method that is NOT fixed project name.
at the point that these jobs are pretty tedious so at least I want to stop spending time on more tedious jobs such as editing file name everytime and pressing save button to actually save. which is driving me crazy.
What i tried:
- Setting a keyboard shortcut to File > Export > Quick Export as PNG
this will fix the name to project name so It will try to overwrite the previous file which i really don't understand. what's the point of this function if i can't change or automate the name sequence? I don't see any settings to change those.
- Setting up a Script to automate these
this also didn't work in my level of understanding with adobe jsx.
app.activateDocument.saveAs() will open up a popup box that I have to manually specify the name and destination folder everytime which is not what i really want.
app.activateDocument.exportDocument() is for exporting to Illustrator which i don't need.
- Editing quick-export file on $$$/Required/Plug-ins/Generator/crema.generate/lib/quick-export/index.js
I'm not sure this is the file that makes the File > Export > Quick Export to work. I tried to find the part that is keep fixing the file name to project name and change it to current time as a string. and I couldn't make it to work. well.
If this, very simple and should be the basic function of photoshop, is impossible to do then it would be glad to know which third-party program can do this.
All i need is just very simple save function that literally saves current view as PNG with number increment in it's name, without showing me a popup box that I have to specify something everytime. that's it.
