Re: PhotoShop CS Apply Layer Style Drop Shadow
Re: PhotoShop CS Apply Layer Style Drop Shadow
- Subject: Re: PhotoShop CS Apply Layer Style Drop Shadow
- From: Martin Orpen <email@hidden>
- Date: Sat, 07 Feb 2004 10:21:13 +0000
on 6/2/04 11:53 pm, Jason Bourque at email@hidden wrote:
>
I need to apply the layer style drop shadow to a layer. Can anyone provide
>
me with some direction on this? I can't find the parameters in the
>
dictionary.
>
>
Do I need to use an action?
No. But you do need to create a named "Style" in the Style pallet - or use
one of the existing ones.
You then specify the Style by name:
tell application "Adobe Photoshop 7.0"
apply layer style (art layer 1 of current document) using "myStyle"
end tell
(I don't have CS - but assume that it will work the same way)
Regards
--
Martin Orpen
Idea Digital Imaging Ltd -- The Image Specialists
http://www.idea-digital.com
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.