New File Naming Macros?
Hey guys this might be a long shot,
I'm creating some actions to take a given image, resize it to specific dimensions and create three new documents with three different selections from my original file. I'd like to figure out a way to have the three newly created files to have a name that reflects both their source file's name and then serialize their file name with some custom text. I know a few of these features exist in some of the batch functions, but they wont work the way i need them because when the action i have made creates a document it always uses the same generic file name.
Is there a way to create new files with some sort of conditional text? for instance when a new file is created from the script it would use the file name of the source image? or something like this?
Ideally i'd like to end up with four files; one that is the original and my three crops all perfectly labeled in an automated fashion:
OriginalFile 1.Tiff
OriginalFile 1- Crop 01.Tiff
OriginalFile 1- Crop 02.Tiff
OriginalFile 1- Crop 03.Tiff
Even more ideally i'd like for a large source folder of images to be batch processed in this way and for the sequence of image serials to reset every third image so that i would end up with something like this:
OriginalFile 1.Tiff
OriginalFile 1- Crop 01.Tiff
OriginalFile 1- Crop 02.Tiff
OriginalFile 1- Crop 03.Tiff
OriginalFile 2.Tiff
OriginalFile 2- Crop 01.Tiff
OriginalFile 2- Crop 02.Tiff
OriginalFile 2- Crop 03.Tiff
etc.
Thanks in advance
