Process PSD layer Group's Sub layers
Posted: 2016-08-02T05:03:13-07:00
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.
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.