Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
tenno  
#1 Posted : Saturday, August 20, 2011 4:09:27 AM(UTC)
tenno

Rank: Newbie

Groups: Member
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.

p.shirykalova  
#2 Posted : Sunday, August 21, 2011 8:13:06 PM(UTC)
p.shirykalova

Rank: Advanced Member

Groups: Member
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

tenno  
#3 Posted : Sunday, August 21, 2011 8:55:51 PM(UTC)
tenno

Rank: Newbie

Groups: Member
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.

UserPostedImage

p.shirykalova  
#4 Posted : Sunday, August 21, 2011 10:23:58 PM(UTC)
p.shirykalova

Rank: Advanced Member

Groups: Member
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

tenno  
#5 Posted : Sunday, August 21, 2011 10:34:59 PM(UTC)
tenno

Rank: Newbie

Groups: Member
Joined: 8/20/2011(UTC)
Posts: 4

OK, thanQ p.shirykalova for your Help
Users browsing this topic
Guest
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.