-
Notifications
You must be signed in to change notification settings - Fork 74
SDL_image
Tangent 128 edited this page Mar 28, 2015
·
3 revisions
Additional module for SDL_image.
local image = require "SDL.image"
Table | Description |
---|---|
image.flags | Flags for initialization |
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 |