• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Select region in photoshop cs
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Select region in photoshop cs


  • Subject: Re: Select region in photoshop cs
  • From: Martin Orpen <email@hidden>
  • Date: Mon, 21 Feb 2005 23:42:20 +0000

on 21/2/05 11:21 pm, Bill Pogue at email@hidden wrote:

> I would like to have applescript create a selection based on pixel
> coordinates. Among other things, I've tried:
> tell application "Adobe Photoshop CS"
>     activate
>     select current document region {{1, 1}, {50, 50}}
> end tell
>
> This runs without producing an error message but doesn't create a selection.
> At this point I don't know if on the wrong track or just omitting something
> simple.

You need more than two points to select an area.

For example, to select a single pixel you'd do something like:

    select region {{x,y}, {x,y +1}, {x+1, y+1}, {x+1, y}} without
antialiasing

HTH

--
Martin Orpen
Idea Digital Imaging Ltd -- The Image Specialists
http://www.idea-digital.com


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Select region in photoshop cs (From: Bill Pogue <email@hidden>)

  • Prev by Date: Select region in photoshop cs
  • Next by Date: Re: RegExps in AS
  • Previous by thread: Select region in photoshop cs
  • Next by thread: Make new window in iPhoto 5
  • Index(es):
    • Date
    • Thread