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
When saving a psd converted from nested layers created from scratch using a numpy image, unexpected raster masks was created with it. Is there any way to save a psd file without any raster masks?
What I Did
Initially, the raster mask value was set to 0, so the image was not visible.
I could solve this by changing the parameter value of the layer mask class below. But still I couldn't find a way to remove the raster masks.
Description
When saving a psd converted from nested layers created from scratch using a numpy image, unexpected raster masks was created with it. Is there any way to save a psd file without any raster masks?
What I Did
Initially, the raster mask value was set to 0, so the image was not visible.
I could solve this by changing the parameter value of the layer mask class below. But still I couldn't find a way to remove the raster masks.
Here is my entire code,
The text was updated successfully, but these errors were encountered: