Re: Delete layer in Photoshop
Re: Delete layer in Photoshop
- Subject: Re: Delete layer in Photoshop
- From: "Fleisher, Ken" <email@hidden>
- Date: Tue, 17 Apr 2007 12:40:12 -0400
- Thread-topic: Delete layer in Photoshop
Title: Re: Delete layer in Photoshop
Luca,
Thanks!
Ken
On 4/17/07 11:55 AM, "Luca Pozzato" <email@hidden> wrote:
Hi Ken,
tell application "Adobe Photoshop CS2"
tell current document
if (count of layers) > 1 then -- Delete is not available if document hasĀ 1 layer only
delete (first layer whose name is "Shape 1")
end if
end tell
end tell
Luca
--
Ken Fleisher
Photographer
Imaging & Visual Services
National Gallery of Art
Washington, D.C.
Phone: (202) 712-7471
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden