PhotoShop Selection
PhotoShop Selection
- Subject: PhotoShop Selection
- From: Steven Valenti <email@hidden>
- Date: Fri, 11 Sep 2009 11:42:11 -0400
Going back to my original script from Photoshop 7, I changed translate layer to translate selection and this made it work.select all of current documenttranslate selection of current document delta x 0 as pixels delta y 0
Alright, the problem seems to be that this automatically generated transparency channel is in italics. I can create a new channel and this bit of code works so I'm guessing the italics is throwing it off. So how do I create italic matching letters in my string or set the script to ignore italics?
Looking around I found that there is a Transparency channel for the layer but this bit of code doesn't work. Any Idea why? load selection of current document from channel "ThisLayer Transparency" of current document
Thanks,
Steven
I'm updating a script from PhotoShop 7 to PhotoShop CS3. To grab all of the image of a certain layer excluding the transparent part I used this code... select all of current document translate layer "ThisLayer" of current document delta x 0 as pixels delta y 0 as pixels
This way has always created a clean and accurate selection. However this no longer works in CS3. Does anyone have a way to grab all of the pixels on a layer that will create a clean selection?
Thanks,
Steven |
_______________________________________________
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