From 384fc25941aca2d10246518802a54a9c66cdff7d Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 29 Nov 2000 11:57:44 +0000 Subject: [PATCH] *** empty log message *** --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index f9bfa012..3e9d4859 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ The latest version of this library is available from: http://www.devolution.com/~slouken/SDL/projects/SDL_image/ 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. +This library supports BMP, PPM, XPM, PCX, GIF, JPEG, PNG, TGA, and TIFF formats. API: #include "SDL_image.h" @@ -14,7 +14,7 @@ API: or SDL_Surface *IMG_Load_RW(SDL_RWops *src, int freesrc); or - SDL_Surface *IMG_Load_RW(SDL_RWops *src, int freesrc, char *type); + SDL_Surface *IMG_LoadTyped_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.