Skip to content
Tangent 128 edited this page Mar 28, 2015 · 3 revisions

SDL image

Additional module for SDL_image.

Module

local image = require "SDL.image" 

Tables

Table Description
image.flags Flags for initialization

Functions

Function Description
image.init Initialize SDL_image
image.quit Quit the module
image.load Load an image from a path
image.load_RW Load an image from a RWops
image.is Check if an image is a certain type
Clone this wiki locally