In PhotoShop CS3 I'm trying to save a tiff with the option to not save as layers which wont work for me.
Can anyone who runs CS3 confirm this for me? Having an open document in CS3 with more than one layer I'm running this script...
tell application "Adobe Photoshop CS3"
save current document in ((path to desktop as string) & "Test.tif") as TIFF ¬
appending no extension
with options {save layers:false} with copying
end tell
I can flatten the document before save but how can I then undo it?
Thanks for any help!!!
tiff save options
save layers | get/set | | save layers |