SDL_image-1.2.3

所属分类:单片机开发
开发工具:Visual C++
文件大小:650KB
下载次数:111
上传日期:2004-10-31 11:34:18
上 传 者nanhey
说明:  sdl的image开发包,挺不错的
(sdl the image development kits, sounds very good)

文件列表:
SDL_image-1.2.3 (0, 2003-03-07)
SDL_image-1.2.3\acinclude.m4 (21272, 2001-11-03)
SDL_image-1.2.3\aclocal.m4 (24523, 2003-03-07)
SDL_image-1.2.3\autogen.sh (145, 2002-04-13)
SDL_image-1.2.3\CHANGES (4386, 2003-02-10)
SDL_image-1.2.3\config.guess (39576, 2001-01-18)
SDL_image-1.2.3\config.sub (27480, 2001-01-18)
SDL_image-1.2.3\configure (92804, 2003-03-07)
SDL_image-1.2.3\configure.in (5449, 2003-01-26)
SDL_image-1.2.3\COPYING (23244, 2000-08-10)
SDL_image-1.2.3\IMG.c (3854, 2003-02-10)
SDL_image-1.2.3\IMG_bmp.c (1716, 2001-12-14)
SDL_image-1.2.3\IMG_gif.c (14430, 2001-12-14)
SDL_image-1.2.3\IMG_jpg.c (7721, 2002-06-21)
SDL_image-1.2.3\IMG_lbm.c (8987, 2003-02-27)
SDL_image-1.2.3\IMG_pcx.c (6069, 2001-12-14)
SDL_image-1.2.3\IMG_png.c (9047, 2001-12-14)
SDL_image-1.2.3\IMG_pnm.c (5594, 2001-12-14)
SDL_image-1.2.3\IMG_tga.c (7360, 2001-12-14)
SDL_image-1.2.3\IMG_tif.c (4273, 2001-12-14)
SDL_image-1.2.3\IMG_xcf.c (18086, 2003-02-22)
SDL_image-1.2.3\IMG_xpm.c (10798, 2001-12-14)
SDL_image-1.2.3\IMG_xxx.c (1576, 2001-12-14)
SDL_image-1.2.3\install-sh (5598, 2000-08-10)
SDL_image-1.2.3\ltconfig (103629, 2003-02-10)
SDL_image-1.2.3\ltmain.sh (112019, 2003-01-26)
SDL_image-1.2.3\Makefile.am (952, 2003-02-09)
SDL_image-1.2.3\Makefile.in (12638, 2003-03-07)
SDL_image-1.2.3\missing (6283, 2000-08-10)
SDL_image-1.2.3\mkinstalldirs (730, 2000-08-10)
SDL_image-1.2.3\MPWmake.sea.bin (20608, 2003-03-07)
SDL_image-1.2.3\PBProjects.tar.gz (225010, 2003-02-22)
SDL_image-1.2.3\SDL_image.h (3738, 2002-04-13)
SDL_image-1.2.3\SDL_image.spec (1543, 2003-03-07)
SDL_image-1.2.3\SDL_image.spec.in (1547, 2003-03-07)
SDL_image-1.2.3\showimage.c (5050, 2001-12-14)
SDL_image-1.2.3\VisualC.zip (245522, 2003-02-27)

SDL_image 1.2 The latest version of this library is available from: http://www.libsdl.org/projects/SDL_image/ This is a simple library to load images of various formats as SDL surfaces. This library supports BMP, PNM (PPM/PGM/PBM), XPM, LBM, 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_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. To create a surface from an XPM image included in C source, use: SDL_Surface *IMG_ReadXPMFromArray(char **xpm); An example program 'showimage' is included, with source in showimage.c JPEG support requires the JPEG library: http://www.ijg.org/ PNG support requires the PNG library: http://www.libpng.org/pub/png/libpng.html and the Zlib library: http://www.gzip.org/zlib/ TIFF support requires the TIFF library: ftp://ftp.sgi.com/graphics/tiff/ This library is under the GNU Library General Public License, see the file "COPYING" for details. Certain image loaders may be under a different license, see the individual image loader source files for details.

近期下载者

相关文件


收藏者