Closed jakechai closed 3 weeks ago
Not sure what you're trying to do exactly.
Krita selection mask just returns the mask. The mask has the same shape as the canvas. The output image is applied to the whole canvas.
I figured it out. It's because the selection mask returns the shape of the canvas, but I use custom width and height instead of canvas resolution when generating images. So I need to crop and offset the mask before using it. Thanks.
Krita selection mask returns the Inpaint image in the wrong proportion if the canvas is not 1:1.