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.
Process PSD layer Group's Sub layers
- 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
Note, as far as I know, at this time, IM cannot properly process adjustment layers or layer groups.