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
In Load Image node, if user set a mask to the image, the 'image' output port would still output all pixels without the mask.
However, if I do the same thing in Krita Image Layer:
It cannot output both "the image without mask" and "the mask" at the same time.
As a workaround, I can add an individual Krita Mask Layer:
But in this case, it always ask for a mask layer, even though sometime I would like to redraw entire image instead of partial image:
I have 2 suggestions about this:
(1) add a "image without mask" output port to Krita Image Layer node, something like this:
(2) add a "None" option to drop-down box in Krita plugin(for both Krita Image Layer and Krita Mask Layer). If "None" was selected, Krita Image Layer can output an empty image, or Krita Mask Layer can output an empty mask.