Skip to content

Crash using Image:drawImage() with different color modes #4530

@dacap

Description

@dacap
local a = Image{ width=2, height=2, colorMode=ColorMode.RGB }
local b = Image{ width=2, height=2, colorMode=ColorMode.INDEXED }
b:drawImage(a)

Metadata

Metadata

Assignees

Labels

bugscriptingRelated to scripting API

Type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions