Re: Absolute Positioning in PhotoShop 5.5 with PhotoScripter
Re: Absolute Positioning in PhotoShop 5.5 with PhotoScripter
- Subject: Re: Absolute Positioning in PhotoShop 5.5 with PhotoScripter
- From: Paul Skinner <email@hidden>
- Date: Mon, 05 Mar 2001 10:29:34 -0500
on 3/5/01 9:56 AM, Paul Skinner wrote:
...SNIP...
>
> Question:How do
>
> I select all non-transparent pixels as in command clicking the layer
>
> thumbnail
>
> in the layers palette?
>
set the selection to all pixels.
oops, You will have to select the layer that you want first...
this will select and duplicate every pixel on the layer "cool pixels"
without copying any pixels of other layers even if they are visible through
the "cool pixels" layer.
tell application "Adobe. Photoshop. 6.0"
select the layer "cool pixels" of the current document
set the selection to all pixels
copy
paste
end tell
--
Paul Skinner