| Summary: | SDL_LoadBMP masks alpha channel | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Keith Campbell <keith> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | icculus |
| Version: | 2.0.3 | Keywords: | triage-2.0.4 |
| Hardware: | x86_64 | ||
| OS: | Mac OS X 10.8 | ||
| Attachments: |
Reproduction program.
Reproduction BMP image with alpha channel. |
||
|
Description
Keith Campbell
2015-02-12 02:05:57 UTC
Created attachment 2031 [details]
Reproduction BMP image with alpha channel.
FYI: The attached image was created with ImageMagick Marking a large number of bugs with the "triage-2.0.4" keyword at once. Sorry if you got a lot of email from this. This is to help me sort through some bugs in regards to a 2.0.4 release. We may or may not fix this bug for 2.0.4, though! We fixed this recently, outside of this bug report: [icculus@caridad ~]$ ./bug bug.bmp format: 0x16362004 palette: 0x0 BitsPerPixel: 32 BytesPerPixel: 4 Rmask: 0x00ff0000 Gmask: 0x0000ff00 Bmask: 0x000000ff Amask: 0xff000000 So you should be good to go in 2.0.4. --ryan. |