.. module:: sdl2.sdlimage
   :synopsis: SDL2_image library wrapper

sdl2.sdlimage - SDL2_image library wrapper
==========================================
The :mod:`sdl2.sdlimage` module is a :mod:`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 detailed documentation about the behaviour of the different functions
can found within the `SDL2_image documentation
<http://www.libsdl.org/projects/SDL_image/docs/index.html>`_.
