Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make forced alpha an optional flag for any image or paint layer #50

Open
sbrin opened this issue Nov 19, 2023 · 0 comments
Open

Make forced alpha an optional flag for any image or paint layer #50

sbrin opened this issue Nov 19, 2023 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@sbrin
Copy link
Owner

sbrin commented Nov 19, 2023

Currently we always treat white or transparent pixels as empty ones.

It may be useful to be able to add non-transparent but invisible pixels

As a source we expect people to use image drawn in black with white or transparent background

By default process them as if white==transparent (empty), black==filled

With a new layer flag we must process them as white==white (filled), black==filled

For FlipperZero there should be no flags. Always make white==transparent

To be discussed how to name such flag

@sbrin sbrin added the feature label Nov 19, 2023
@sbrin sbrin added question Further information is requested enhancement New feature or request and removed feature labels Mar 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant