Any AppleScripters out there? I recently upgraded form Acorn 4 to 6. My old applescript to batch process my photos is not working correctly in Acorn 6.5.3.
The Acorn part of the script is pretty simple:
tell application “Acorn”
set activeDoc to open theRenamedFilePath as alias
tell activeDoc to auto levels
close activeDoc saving yes
end tell
It’s the Auto Levels line. It used to just apply auto levels. It now looks like it opens a filter layer and then the save can’t run. Seems like there is a step that I need to apply the auto level layer or merge/flatten that layer. But I can’t figure out how to do that.
Any advice?