sdl2.sdlimage - SDL2_image library wrapperΒΆ

The sdl2.sdlimage module is a ctypes-based wrapper around the SDL2_image library. It wraps nearly all publicly accessible structures and functions of the SDL2_image library to be accessible from Python code.

A detailled documentation about the behaviour of the different functions can found within the SDL2_image documentation.

Previous topic

sdl2 - SDL2 library wrapper

Next topic

sd2.sdlttf - SDL2_ttf library wrapper

This Page