/t5/photoshop-ecosystem-discussions/export-all-layers/td-p/1098795Mar 05, 2009
Mar 05, 2009
Copy link to clipboard
Copied
Hey,
I know nothing about scripting and i was wondering if it would be hard/possible to edit the existing adobe export layers to files to what i need..
I need the all the layers to include the background(first layer) of the file and also it would be nice if it didnt include the three digit layer count in the file name
/t5/photoshop-ecosystem-discussions/export-all-layers/m-p/1098797#M417161Mar 06, 2009
Mar 06, 2009
Copy link to clipboard
Copied
I'm sorry but im really new at this i have like no idea what im doing..but whenever i try to put the script that guy posted in my script editor and run it in photoshop it doesnt work..any tips?
/t5/photoshop-ecosystem-discussions/export-all-layers/m-p/1098798#M417162Mar 06, 2009
Mar 06, 2009
Copy link to clipboard
Copied
LATEST
When You copy the text into an ExtendScript Toolkit-file and save that into the Applications Adobe Photoshop CS4 - Presets Scripts-Folder it should be available under File Scripts after starting Photoshop again.
If You want to run the Script from ExtendScript Toolkit itself You have to select the program You want to target in the »Select the target application.«-field in the upper left field of the Document-window or include the line
#target photoshop
at the start of the Script.
Plus there are corrections in later posts that You should include at the proper positions.