When creating the object layer_mask = LayerMaskData() it gives error TypeError: type has no available constructor. Please help me .
I have a original image and mask image . I have added the original image in a layer and want to create a layer mask and to to add the mask image in that layer mask. But layer_mask = LayerMaskData() is not working. I am using ubuntu22.04 and python3.10