Skip to content

ETN_KritaCanvas has no transparency #2354

@Glidias

Description

@Glidias
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....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions