Package Release Info

SDL3_image-3.2.4-bp160.1.3

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libSDL3_image0
SDL3_image-devel

Change Logs

* Mon Mar 03 2025 Jan Engelhardt <jengelh@inai.de>
- Update to release 3.2.4
  * Fixed alpha in less-than-32-bit ICO and CUR images
* Sun Mar 02 2025 Jan Engelhardt <jengelh@inai.de>
- Update to release 3.2.2
  * Fixed partial alpha in ICO and CUR images
  * Set the cursor hotspot properties when loading CUR images so
    they can be directly passed to SDL_CreateColorCursor()
  * Fixed reading beyond the end of the PNG image when using
    stb_image
* Sat Feb 01 2025 Jan Engelhardt <jengelh@inai.de>
- Initial package (version 3.2.0) for build.opensuse.org
  * This is the SDL image loading library as before, but updated
    for SDL 3.0. The API is largely the same, with IMG_Init() and
    IMG_Quit() no longer necessary and *_RW() functions renamed
  * _IO().