Skip to content

Releases: libsdl-org/SDL_image

2.6.0

08 Jul 13:55
Compare
Choose a tag to compare

In addition to new CMake support by @madebr and many bug fixes, here are the highlights since the last release:

  • API documentation is now available on the wiki: https://wiki.libsdl.org/SDL_image
  • Added stb_image as the default backend for JPG and PNG images loading.
    To use libpng and libjpg instead, configure using --disable-stb-image
  • Added IMG_LoadSizedSVG_RW()
  • Added support for AVIF images (https://github.com/AOMediaCodec/libavif)
  • Added IMG_ReadXPMFromArrayToRGB888()
  • Added support for JXL images (https://jpegxl.info/)
  • Added support for QOI images (https://qoiformat.org/)
  • Fixed XCF regression introduced in 2.0.5
  • Added support for loading animated GIFs
  • LoadBMP() now loads files using SDL2
  • Allow using libwebpdecoder instead libwebp

2.5.3

07 Jul 15:25
Compare
Choose a tag to compare
2.5.3 Pre-release
Pre-release

This is hopefully the final release candidate for 2.6.0.

The header documentation has been updated and is available at https://wiki.libsdl.org/SDL_image

2.5.2

17 Jun 00:58
Compare
Choose a tag to compare
2.5.2 Pre-release
Pre-release

This is a release candidate for 2.6.0.

In addition to new CMake support by @madebr and many bug fixes, here are the highlights since the last release:

  • Added stb_image as the default backend for JPG and PNG images loading.
    To use libpng and libjpg instead configure using --disable-stb-image
  • Added IMG_LoadSizedSVG_RW()
  • Added support for AVIF images (https://github.com/AOMediaCodec/libavif)
  • Added IMG_ReadXPMFromArrayToRGB888()
  • Added support for JXL images (https://jpegxl.info/)
  • Added support for QOI images (https://qoiformat.org/)
  • Fixed XCF regression introduced in 2.0.5
  • Added support for loading animated GIFs
  • LoadBMP() now loads files using SDL2
  • Allow using libwebpdecoder instead libwebp.

2.5.1

25 May 19:38
Compare
Choose a tag to compare
2.5.1 Pre-release
Pre-release

Early testing pre-release for 2.6.0, not for general use

2.0.5

11 Jan 20:33
Compare
Choose a tag to compare

Changes in this release:

  • Updated external libraries libpng-1.6.32, libwebp-1.0.2
  • Fixed a number of security issues:
    TALOS-2019-0820
    TALOS-2019-0821
    TALOS-2019-0841
    TALOS-2019-0842
    TALOS-2019-0843
    TALOS-2019-0844
  • Ported SDL_image to emscripten