We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related to 5ed6085
Pinging bnert
I'm getting weird results when the pixel format is rgb32:
rgb32
artist/lib/include/artist/image.hpp
Line 34 in 5ae0469
I'll remove rgb32 for now. rgba32 is most important and it's working just fine. I'd appreciate it if you can take a look.
rgba32
I haven't tested the other options gray8 and rgb16. It's a good idea to have these tested as well.
gray8
rgb16
The text was updated successfully, but these errors were encountered:
djowel
No branches or pull requests
Related to 5ed6085
Pinging bnert
I'm getting weird results when the pixel format is
rgb32
:artist/lib/include/artist/image.hpp
Line 34 in 5ae0469
I'll remove
rgb32
for now.rgba32
is most important and it's working just fine. I'd appreciate it if you can take a look.I haven't tested the other options
gray8
andrgb16
. It's a good idea to have these tested as well.The text was updated successfully, but these errors were encountered: