Created
June 26, 2012 07:37
-
-
Save kuyseng/2994150 to your computer and use it in GitHub Desktop.
javascript: photoshop save for web call menu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function RunSaveForWeb() { | |
var id637 = charIDToTypeID( "slct" ); | |
var desc89 = new ActionDescriptor(); | |
var id638 = charIDToTypeID( "null" ); | |
var ref21 = new ActionReference(); | |
var id639 = charIDToTypeID( "Mn " ); | |
var id640 = charIDToTypeID( "MnIt" ); | |
var id641 = charIDToTypeID( "Svfw" ); | |
ref21.putEnumerated( id639, id640, id641 ); | |
desc89.putReference( id638, ref21 ); | |
executeAction( id637, desc89, DialogModes.NO ); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment