-
Notifications
You must be signed in to change notification settings - Fork 34
Add Support for Adjustment Layers #57
Copy link
Copy link
Open
Labels
LayeredFileIssues pertaining to the LayeredFile struct or usageIssues pertaining to the LayeredFile struct or usageenhancementNew feature or requestNew feature or requestepicA larger issue that is to be split up into multiple subissuesA larger issue that is to be split up into multiple subissuesgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Milestone
Metadata
Metadata
Assignees
Labels
LayeredFileIssues pertaining to the LayeredFile struct or usageIssues pertaining to the LayeredFile struct or usageenhancementNew feature or requestNew feature or requestepicA larger issue that is to be split up into multiple subissuesA larger issue that is to be split up into multiple subissuesgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
This is a rather big issue as Photoshop has a wide range of adjustment layers, all with their different implementations and different levels of completeness in the official documentation.
This change would have to be two-fold; adding support for the tagged blocks in the
PhotoshopFileunderAdditionalLayerInformationand then actually implementing these as an abstraction ofLayer<T>in theLayeredFile<T>.For this issue support would be greatly appreciated as its a rather large issue but at the same time each adjustment layer is its individual separate object. I will attempt to provide a reference implementation once I get started but feel free to contribute!