| Summary: | No transparency in XPM files | ||
|---|---|---|---|
| Product: | SDL_image | Reporter: | beuc |
| Component: | misc | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.0.0 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Attachments: | XPM file with transparency. | ||
Fixed, thanks! https://hg.libsdl.org/SDL_image/rev/c0132bb6251a |
Created attachment 1676 [details] XPM file with transparency. Hi, SDL_image 1.2.12 loads the attached XPM file with transparency. SDL_image 2.0.0 now uses a white background instead. One can easily test with the "showimage.c" example. CHANGES.txt mentions Sylvain - Thu Nov 22 13:09:59 PST 2012 * Added extended XPM color table (disabled by default in IMG_xpm.c) so this might be related.