Mobile app version of vmapp.org
Login or Join
Connie430

: An action to export a Photoshop document with file name intact Is there a way to export a document in Photoshop using an action that would preserve the file name? Example: I have a document

@Connie430

Posted in: #Actions #AdobePhotoshop #Export

Is there a way to export a document in Photoshop using an action that would preserve the file name? Example: I have a document called Home.psd. I'd like to run an action, and it would create a Home.png in some specified location, like the Desktop. I can do all of this pretty easily by recording the action, except to set the save destination and file type, I must enter a name.

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Connie430

3 Comments

Sorted by latest first Latest Oldest Best

 

@Si6392903

You can create an action to save the images as you want and then simply use this action in the "batch" command found in the menu "file" then "automate"

There you can choose what folder to use for the images you want to process, and also WHERE you want them to be saved.

You can also simply select the "extension" as shown in the screenshot below; it will save your image with the same name, but will add the right extension.

10% popularity Vote Up Vote Down


 

@Connie430

I ended up making my own script based on advice from plainclothes and a link from Joonas

You can find the script here: github.com/edwardloveall/Photoshop-Export-PSD-script
By default, it saves to the Desktop, but just edit the line

var desktop = '~/Desktop';


to change the destination.

10% popularity Vote Up Vote Down


 

@Cooney243

If you want to be completely hands-off I believe you need a script.

If you had a lot of files to process, you could batch the action and automate the name and destination there. But that still requires your intervention at the start.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme