openbsd-ports/devel/sdl-image/patches
obecian ba288d1d99 sdl-image-1.2.0 import
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
2001-05-07 04:08:40 +00:00
..
patch-ltconfig sdl-image-1.2.0 import 2001-05-07 04:08:40 +00:00
patch-ltmain_sh sdl-image-1.2.0 import 2001-05-07 04:08:40 +00:00
patch-Makefile_am sdl-image-1.2.0 import 2001-05-07 04:08:40 +00:00
patch-Makefile_in sdl-image-1.2.0 import 2001-05-07 04:08:40 +00:00