Skip to content

Support for linked layers #232

@tim35050

Description

@tim35050

Hello,

I noticed that linked layer data gets lost in the parsing. Is there any way to retain this information?

What it is: In Photoshop you can link layers together, so that moving or resizing one layer moves/resizes the linked ones as well. You can link layers by selecting multiple layers, right clicking, and choosing "link layers". You can link as many layers together as you want.

In your data: Since layers have unique IDs, looks like you can just add a new linkedLayers attribute with an array of IDs for each layer that it is linked to (i.e. each linked layer would have an array of its linked layers).

Example of linked layers: See the attached zip.

I hope this isn't too difficult. I really appreciate all the quick fixes you have done recently. Your library is a life saver!

Best,
Tim

linked_layers_example.zip

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions