embedded-graphics / embedded-graphics/tinyqoi

Support for RGBA images

Open
#7 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Rust
Stars
7
Forks
2
PR merge metrics
No merged PRs in 30d

Description

At the moment the alpha channel of RGBA images is simply ignored. When e-g gains support for alpha channel the appropriate color type should be used.

Until then RGBA images should either not be supported at all or the output should assume a black background color. To correctly display images with a black background the color values would need to be multiplied with the alpha channel (QOI uses un-premultiplied colors).

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.