Answered
Resize Canvas applescript using the relative tick?
I'm using this
tell application "Adobe Photoshop CS6"
resize canvas height -1 anchor position top center
end tell
I want to reduce the size of the image by 1 pixels from the top center. But when I do it manually I would use the "relative" check box,
How can I do this?
please
