ba288d1d99
This is a simple library to load images of various formats as SDL surfaces. This library supports BMP, PPM, PCX, GIF, JPEG, PNG, TGA, and TIFF formats. API: #include "SDL_image.h" SDL_Surface *IMG_Load(const char *file); or SDL_Surface *IMG_Load_RW(SDL_RWops *src, int freesrc); or SDL_Surface *IMG_Load_RW(SDL_RWops *src, int freesrc, char *type); where type is a string specifying the format (i.e. "PNG" or "pcx"). Note that IMG_Load_RW cannot load TGA images. An example program 'showimage' is included, with source in showimage.c
4 lines
114 B
Plaintext
4 lines
114 B
Plaintext
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2001/05/07 04:08:40 obecian Exp $
|
|
lib/libSDL_image.so.0.0
|
|
DYNLIBDIR(%B)
|