Changing the filename in Photoshop Action
Hello,
I couldn't find any tips with regards to how to use a "syntax" to rename the file just before "saving as" or "saving for web" options in PS.
To understand what I'm trying to achieve, please let me describe the case on the example below:
I have the file "picture.jpg" (1024x768)
What I'm trying to do is:
- Resize the image down to size 800x600
- Save it in the same folder using "save for web" as "picture_large.jpg"
- Resize the image again, this time down to size 600x480
- Save it in the same folder using "save for web" as "picture_medium.jpg"
So after the first step in my action I need to add the suffix "_large" and after the third step I need to add the suffix "_medium".
Is it possible?
Thanks
t0ny