Skip to main content
Inspiring
December 22, 2015
Question

Export Layers To Files Without Prefix

  • December 22, 2015
  • 2 replies
  • 2975 views

Hi,

I'm using Photoshop 2015.1.1 Release (20151209.r.327 x64, Mac Pro 10.11.2 (15C50))

Before the latest update I had a modified version of the Export Layers To Files scrip that completed the task without the four digit prefix nor underscores.

I can't figure out how to update the current script to do the same.

Please advise.

Best,

S.

This topic has been closed for replies.

2 replies

giuseppe-UJ
Participant
February 21, 2019

does anyone knows how to start naming index from 1 instad 0....

I have modified my script file so I'll have every files with the name of the file without layer's name included..so, supposing thet my file's name is "IMAGE", I'll have 4 files named like this

IMAGE-0

IMAGE-1

IMAGE-2

IMAGE-3

I'd like to start indexing from 1, but I can't find the row I need

Can you help me? Thank you

JJMack
Community Expert
Community Expert
December 23, 2015

Have you tried your modified script with CC 2015.1.1? Between CC2014 to CC 2015.1.1  it look like 6K of script code has been added to the script.

.

It does not look like the fine naming code has changes so the update you made to the old version should also work for the new version.

https://forums.adobe.com/search.jspa?place=%2Fplaces%2F1383833&q=Export+Layers+to+files&sort=updatedDesc

JJMack
seba212Author
Inspiring
December 23, 2015

Thanks for the reply JJMack

I've tried modifying but not getting the proper result.

I must say: I'm have zero to little knowledge in coding.

Here's what I'm trying to achieve:

Current file name: _0001_untitled.jpg

Wanted file name: untitled.jpg

Appreciated if you could give me a step by step guide for that.

Best,

S.    

JJMack
Community Expert
Community Expert
December 23, 2015

The old thread should do Re: Removing number sequence in 'Export layers to files" in CS5

IMO you need some sort of  document and layer number indicator prefix.   A document can have many layers named untitled and mamy other document may have layers named untitled.  A script that only use layer name for output file name would need to creat a new folder for each out file or run the risk of overlaying a file with different content.

JJMack