Make a work path from selection
Hi, I'm trying to figure out how to make a work path from a selection, I'm using a small script to test it out on, where I have a test file that has a selection made. I need to make it a work path (and eventually a clipping path) but I can't seem to do it
I'm working in applescript but I'm not adverse to adding in a bit of java as a variable
can someone make this work?
Cheers
tell application "Adobe Photoshop CC 2014"
tell current document
make work path with selection
end tell
end tell
