Rank: Newbie
Groups: Guest
Joined: 8/20/2011(UTC) Posts: 4
|
I ask if I can read the directory of layers inside .PSD file I want to make application that read "folders name" and merge all layers in a specific folder
thanks in advance.
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 7/13/2011(UTC) Posts: 286
Thanks: 6 times Was thanked: 31 time(s) in 31 post(s)
|
Hello Abdullah, You can use Advanced PSD add-on to be able to process PDS files. Please read this topic, it contains code snippet illustrating how to merge layers. |
Best regards, Pauline Shirykalova Aurigma Technical Support
|
|
|
|
Rank: Newbie
Groups: Guest
Joined: 8/20/2011(UTC) Posts: 4
|
p.shirykalova wrote:Hello Abdullah, You can use Advanced PSD add-on to be able to process PDS files. Please read this topic, it contains code snippet illustrating how to merge layers. thanQ p.shirykalova I read this Guide, but i didn't find what I want. I want is to merge all layers in a specific folder "like that highlighted folder -in the attached image- " I don't know if Graphics Mill support "get the path of layer inside the PSD file" that or not.
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 7/13/2011(UTC) Posts: 286
Thanks: 6 times Was thanked: 31 time(s) in 31 post(s)
|
Hello Abdullah, With the help of AdvancedPsdFrame.Type Property you can check whether the current layer is starting a layer group ( GroupBegin) or ending a group ( GroupEnd). So you should use the code snippet I gave you in my prevoius post and merge all the layers between GroupBegin and GroupEnd layers (including them). Edited by user Sunday, August 21, 2011 10:24:34 PM(UTC)
| Reason: Not specified |
Best regards, Pauline Shirykalova Aurigma Technical Support
|
|
|
|
Rank: Newbie
Groups: Guest
Joined: 8/20/2011(UTC) Posts: 4
|
OK, thanQ p.shirykalova for your Help
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.