chinedufn / psd

A Rust API for parsing and working with PSD files.
https://chinedufn.github.io/psd
Apache License 2.0
265 stars 40 forks source link

Add group layers support #13

Closed tdakkota closed 4 years ago

tdakkota commented 4 years ago

Fixes #10

tdakkota commented 4 years ago

So, I've got a question. What should we do if PSD file/Group contains two layers with the same name? Which layer we should return?

chinedufn commented 4 years ago

Hmm..

Maybe we should be returning Vec<PsdLayer> if its possible for two layers to have the same name?

I'm curious what you suggest here?

chinedufn commented 4 years ago

Published as v0.1.7