Process PSD layer Group's Sub layers

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
stankish
Posts: 1
Joined: 2016-08-02T04:53:01-07:00
Authentication code: 1151

Process PSD layer Group's Sub layers

Post by stankish »

Hello. I am working on an online image editor with layers.It loads a PSD file and ImageMagick does a great job so far, except for layer groups. It flattens the group and i need to be able to check if some of its sub layers are texts and skip over them, i dont necessarily need any info about it(font,size) i can get that from a different source, though it wouldnt hurt to be able to have that as well.
Thanks in advance.

EDIT:
I saw that this wasnt the problem and its iterating through all the layers properly, it was a different problem-sorry for the stupid question.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Process PSD layer Group's Sub layers

Post by fmw42 »

Note, as far as I know, at this time, IM cannot properly process adjustment layers or layer groups.
Post Reply