Quantcast
Channel: Adobe Community: Message List - Photoshop Scripting
Viewing all articles
Browse latest Browse all 27456

Re: close ALL open files and save jpg with jpg option

$
0
0

Add this snippet to a script file.

Load script file in PS scripts folder

Restart photoshop

Assign keyboard shortcut to script

 

/////////////////////////////////////////////

 

#target photoshop

 

//Make Photoshop the formost Appplication

app.bringToFront();

 

 

// Requires at least one open document

while (app.documents.length > 0)

 

     //Save all open windows

    {activeDocument.close(SaveOptions.SAVECHANGES);}


Viewing all articles
Browse latest Browse all 27456

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>