Skip to content

Releases: libsdl-org/SDL_image

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

2.8.2

01 Jan 21:41
Compare
Choose a tag to compare

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

  • Fixed crash loading LBM images
  • Automatically set the colorkey for indexed PNG images with transparency

2.8.1

13 Dec 17:39
Compare
Choose a tag to compare

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

  • Updated libavif to version 1.0.3
  • Indexed PNG images with alpha have blending automatically enabled
  • Fixed a crash in the 32-bit webp DLLs on Windows
  • Fixed issue extracting the tar release archives on Linux

2.8.0

05 Dec 18:26
Compare
Choose a tag to compare

Here are the highlights since the last release:

  • Updated image decoding libraries
  • Added support for loading WEBP animations
  • PNG images with a palette are loaded as SDL surfaces with a palette

2.7.1

30 Nov 03:43
Compare
Choose a tag to compare
2.7.1 Pre-release
Pre-release

This is a release candidate for 2.8.0.

These are the changes since the last release:

  • Added support for loading WEBP animations
  • PNG images with a palette are loaded as SDL surfaces with a palette

2.6.3

07 Feb 00:49
Compare
Choose a tag to compare

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

  • Fixed loading of 4-bit .ico files

2.6.2

19 Aug 17:24
Compare
Choose a tag to compare

This is a quick update to fix building with homebrew on macOS

2.6.1

01 Aug 15:58
Compare
Choose a tag to compare

This is a quick bug-fix release to fix grayscale image loading using the stb_image decoder for PNG and JPEG images.