资源简介
这是png.h的全套内容,我看别人说需要相关的库文件,但我没有看到它有,但是在编译过程中确实也没有用到,我不知道是不是完全是大家所要的,但这是我在需要时找到的,能用,请朋友们拿去一试,也请朋友们有好东西来共享。
代码片段和文件信息
/* png.c - location for general purpose libpng functions
*
* libpng version 1.2.8 - December 3 2004
* For conditions of distribution and use see copyright notice in png.h
* Copyright (c) 1998-2004 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996 1997 Andreas Dilger)
* (Version 0.88 Copyright (c) 1995 1996 Guy Eric Schalnat Group 42 Inc.)
*/
#define PNG_INTERNAL
#define PNG_NO_EXTERN
#include “png.h“
/* Generate a compiler error if there is an old png.h in the search path. */
typedef version_1_2_8 Your_png_h_is_not_version_1_2_8;
/* Version information for C files. This had better match the version
* string defined in png.h. */
#ifdef PNG_USE_GLOBAL_ARRAYS
/* png_libpng_ver was changed to a function in version 1.0.5c */
const char png_libpn
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 24570 2007-03-28 15:02 png.c
文件 145733 2007-03-28 15:02 png.h
文件 45084 2007-03-28 15:02 pngconf.h
文件 8903 2007-03-28 15:02 pngerror.c
文件 240488 2007-03-28 15:02 pnggccrd.c
文件 26949 2007-03-28 15:02 pngget.c
文件 17198 2007-03-28 15:02 pngmem.c
文件 47561 2007-03-28 15:02 pngpread.c
文件 47879 2007-03-28 15:02 pngread.c
文件 5515 2007-03-28 15:02 pngrio.c
文件 146864 2007-03-28 15:02 pngrtran.c
文件 94206 2007-03-28 15:02 pngrutil.c
文件 39873 2007-03-28 15:02 pngset.c
文件 21028 2007-03-28 15:02 pngtrans.c
文件 147317 2007-03-28 15:02 pngvcrd.c
文件 7667 2007-03-28 15:02 pngwio.c
文件 49350 2007-03-28 15:02 pngwrite.c
文件 17605 2007-03-28 15:02 pngwtran.c
文件 86480 2007-03-28 15:02 pngwutil.c
----------- --------- ---------- ----- ----
1220270 19
评论
共有 条评论