You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a use case or a problem you are working on? Please describe.
I want to get layer kind. Now I use this code to get header and layer info:
I will accept a PR for this feature, if you want to do it!
Otherwise, it will help if you can figure out how to obtain the layer type, preferably with a reference to the applicable field(s) in the PSD layer format. It can probably be worked out, but it's not entirely clear to me where to get this information.
haraldk
changed the title
Is there a way to easily get layer kind?
PSD: Get layer kind (type) to metadata
Mar 25, 2024
Is your feature request related to a use case or a problem you are working on? Please describe.
I want to get layer kind. Now I use this code to get header and layer info:
But I can't find how to get kind of layer, if it is image or text.
Describe the solution you'd like
In layerInfo, can add
kind
field indicate whether it is a image or text.Additional context
In python librady
psd-tools
, it support.Thank you very much to share this good project.
The text was updated successfully, but these errors were encountered: