- Notifications
You must be signed in to change notification settings - Fork3.8k
BGRA format added to fromstring & tostring#3342
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Hey, sorry no one has had the time to review this thoroughly yet. Just wanted to give you a reply so you know somebody is tracking 😅. Everything I've looked at has looked good so far. Testing changes seem elegant, C code changes seem straightforward. |
Thanks. |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
I hope to make the changes to those areas, you have referred to, later tonight or tomorrow. Thanks. |
Thanks again. I also noticed that Done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Looks good to me! Thanks for doing the work on this!
I'm interested to see if that performance idea does anything, it could probably be applied widely if it pans out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM 👍
* FORMAT_ARGB32 is equivalent to BGRA in pygame and not ARGB.* BGRA support in pygame was added with 2.1.3 viapygame/pygame#3342* Update pygame example to use more colors and alpha to verify* Bump the pygame requirements for the tests* Adjust the docs and note the pygame version requirementFixespygobject#247
* FORMAT_ARGB32 is equivalent to BGRA in pygame and not ARGB.* BGRA support in pygame was added with 2.1.3 viapygame/pygame#3342* Update pygame example to use more colors and alpha to verify* Bump the pygame requirements for the tests* Adjust the docs and note the pygame version requirementFixes#247
Uh oh!
There was an error while loading.Please reload this page.
So you can also use buffers where the data is in 32bit RGBA order.