6 Replies Latest reply: Jun 21, 2013 5:57 AM by Muppet Mark RSS

    Resize Canvas applescript using the relative tick?

    Mattmcquiff Community Member

      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