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
I want to be able to build the content of path list of pixels.
From there I want to create the path and convert it to the Path object that can be interpreted by Photoshop.
I have tried to read the object but I am not clear in this library to which object I should convert it from bytes.
I have been able to convert it to a Path object but from psd-tools, it is not clear to me that they are really interpreted the same.
What I Did
I can read the path using the following command line: psd.image_resources.blocks[..].data
The data comes in bytes and I don't know which object to convert it into
The text was updated successfully, but these errors were encountered:
Description
I want to be able to build the content of path list of pixels.
From there I want to create the path and convert it to the Path object that can be interpreted by Photoshop.
I have tried to read the object but I am not clear in this library to which object I should convert it from bytes.
I have been able to convert it to a Path object but from psd-tools, it is not clear to me that they are really interpreted the same.
What I Did
The text was updated successfully, but these errors were encountered: