Save for web export crashing photoshop
hi
in wondering if me. have written code edits images having trouble save web export everytime gets saving photoshop crashes. have tried few different ways of coding of them end of crashing ps , @ loss wrong.
here code using:
set webfolder to (choose folder with prompt "select folder link to")
set webopt to {class:save web export options, web format:jpeg, quality:89}
set thedoc to current document
export thedoc in webfolder as save web with options webopt
any great. have tried on cs6 , cc, both of crash.
you need pass full file path export command… need change extension too.
set myfullfilepath to (path to desktop as text) & docname
export in file myfullfilepath as save web with options myoptions
More discussions in Photoshop Scripting
adobe
Comments
Post a Comment