for node in custom:
match node.type:
case "ETN_KritaCanvas":
image = ensure(images.initial_image)
outputs[node.output(0)] = w.load_image(image)
outputs[node.output(1)] = image.width
outputs[node.output(2)] = image.height
outputs[node.output(3)] = seed
The IMAGE output in Krita Canvas node is not an RGBA image. Shouldn't it be RGBA? Need to get transparency information of current projection which will definitely be useful....
The IMAGE output in Krita Canvas node is not an RGBA image. Shouldn't it be RGBA? Need to get transparency information of current projection which will definitely be useful....