Skip to content

Releases: libsdl-org/SDL_image

3.2.4

03 Mar 22:16
Compare
Choose a tag to compare

This is a stable bugfix release, with the following changes:

  • Fixed alpha in less than 32-bit ICO and CUR images

2.8.8

03 Mar 22:10
Compare
Choose a tag to compare

This is a stable bugfix release, with the following changes:

  • Fixed alpha in less than 32-bit ICO and CUR images

3.2.2

02 Mar 06:38
Compare
Choose a tag to compare

This is a stable bugfix release, with the following changes:

  • 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

2.8.6

02 Mar 05:13
Compare
Choose a tag to compare

This is a stable bugfix release, with the following changes:

  • Fixed partial alpha in ICO and CUR images
  • Fixed reading beyond the end of the PNG image when using stb_image

2.8.5

07 Feb 19:52
Compare
Choose a tag to compare

This is a stable bugfix release, with the following changes:

  • Handle WEBP animation composition

3.2.0

01 Feb 16:35
Compare
Choose a tag to compare

Announcing the SDL_image 3 official release!

SDL_image 3.0 is finally here!

This is the SDL image loading library that you know and love, 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().

In addition, this release has added support for loading and saving HDR AVIF images.

We've also updated the installation instructions and added a quick reference guide:
https://wiki.libsdl.org/SDL3_image

Enjoy!

3.1.1

23 Jan 17:48
Compare
Choose a tag to compare
3.1.1 Pre-release
Pre-release

This is the first release candidate for the official SDL_image 3.0 release!

IMG_Init() and IMG_Quit() are no longer necessary. If an image format requires dynamically loading a support library, that will be done automatically.

Please read through the installation documentation for the packages below and let us know what you think!

2.8.4

26 Dec 21:53
Compare
Choose a tag to compare

This is a stable bugfix release, with the following changes:

  • Fixed a regression in the last release with certain grayscale PNG images

2.8.3

17 Dec 20:11
Compare
Choose a tag to compare

This is a stable bugfix release, with the following changes:

  • Fixed handling of grayscale images with alpha

3.1.0

07 Dec 15:03
Compare
Choose a tag to compare
3.1.0 Pre-release
Pre-release

Announcing the SDL_image 3.1.0 Stable ABI Preview!

Here are some of the highlights of what's new:

  • Updated for SDL 3.0
  • IMG_Init() and IMG_Quit() are no longer needed
  • Added support for loading HDR AVIF images
  • Added support for saving AVIF images

Please let us know what you think, and report any issues on GitHub:
https://github.com/libsdl-org/SDL_image/issues