This PR updates the bindings, docs, and tests to support the new functions, constants, and formats in SDL2_image 2.6.0. Bindings for the AVIF and JPEG XL image formats have been added but not tested, given that they are not yet available in the official libSDL binaries.
This PR also fixes a minor deprecation warning related to a Pillow unit test and adds a new sdl2.ext function load_svg for loading simple SVG files at arbitrary resolutions.
Merge Checklist
[x] the PR has been reviewed and all comments are resolved
PR Description
This PR updates the bindings, docs, and tests to support the new functions, constants, and formats in
SDL2_image
2.6.0. Bindings for the AVIF and JPEG XL image formats have been added but not tested, given that they are not yet available in the official libSDL binaries.This PR also fixes a minor deprecation warning related to a Pillow unit test and adds a new
sdl2.ext
functionload_svg
for loading simple SVG files at arbitrary resolutions.Merge Checklist
closes #<issue-number>
to automatically close an issue