sdl.ext.sdlimage
Class SDLImage
java.lang.Object
|
+--sdl.ext.sdlimage.SDLImage
- public class SDLImage
- extends java.lang.Object
Wrapper class for SDL_Image bitmap file loading library.
Excerpt from SDL_Image Project Page.
SDL_image is an image file loading library.
It loads images as SDL surfaces, and supports the following
formats: BMP, PNM, XPM, LBM, PCX, GIF, JPEG, PNG, TGA.
The SDL_Image project page is located at http://www.libsdl.org/projects/SDL_image/
- See Also:
SDLSurface
Field Summary |
static boolean |
DEBUG
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEBUG
public static boolean DEBUG
SDLImage
public SDLImage()
createFromFile
public static SDLSurface createFromFile(java.lang.String fileName)