Skip to content

Alpha channel set to zero #10

@frankvg

Description

@frankvg

Cool design! I load a GIF (non-animated, single frame), where there is no transparency. Preview looks great. Export RGB32 shows the alpha channel set to zero. (every value shows like $001E1915 as an example). While I can ignore this in code, I really wanted RGB565 output. So, if you select that, you get all zeros (no image data). Perhaps I'm doing something wrong. I've attached the GIF if that helps. For now, I'll load the 32-bit data, force the alpha channel to 0xFF, and do the RGB565 conversion in code (but it doubles the code size and slows painting the image).

Image

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