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 was trying to figure out how to create a new PSD from scratch with the dimensions and stuff I want but I am still unable to find out documentation for that. can you give me some idea where to start That would be very helpful!
The text was updated successfully, but these errors were encountered:
The documentation is indeed absent for most of the code. What I ended up doing is making a template psd file (in my case of two white layers, one of which has a mask), reading that using psd: pytoshop.PsdFile = pytoshop.read(fd). I then modified the properties (layer sizes and contents) to my needs, and saved this psd file afterwards.
Not the prettiest by far, but this was the only workaround I could find.
Description
I was trying to figure out how to create a new PSD from scratch with the dimensions and stuff I want but I am still unable to find out documentation for that. can you give me some idea where to start That would be very helpful!
The text was updated successfully, but these errors were encountered: