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

Alpha channel only works if it's first #5

Open
Odyhibit opened this issue Jun 30, 2024 · 0 comments
Open

Alpha channel only works if it's first #5

Odyhibit opened this issue Jun 30, 2024 · 0 comments

Comments

@Odyhibit
Copy link

If the bits used to hide are in the order RGBA the data cannot be extracted. This seems like the most likely order for the channels to be used. For example in this image.

rgba_test_image
The text extract function doesn't seem to work. However, if you put the alpha layer bits first, then it does work. For example.
example_ARGB
This seems like a less likely order for the bits to be used(ARGB). Since the alpha channel is probably going to be at the end it seems like that would be a better option, or perhaps another check box to append the alpha channel instead of prepending it to the other color channels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant