diff options
author | scuri <scuri> | 2009-07-11 20:55:52 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-07-11 20:55:52 +0000 |
commit | 4894caf4af1357f7a49c289586f0b752424b7733 (patch) | |
tree | 7d5f9d28aec5f3c95891bf6f21596415cfb8a945 /include/im_format_all.h | |
parent | ea7fef55f24f1a924a24446129e3f78cdff0bf7f (diff) |
*** empty log message ***
Diffstat (limited to 'include/im_format_all.h')
-rw-r--r-- | include/im_format_all.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/include/im_format_all.h b/include/im_format_all.h index 69c50f8..0aca379 100644 --- a/include/im_format_all.h +++ b/include/im_format_all.h @@ -176,9 +176,9 @@ void imFormatRegisterJPEG(void); * \section Description * * \par - * Access to the PNG file format uses libPNG version 1.2.22. \n + * Access to the PNG file format uses libPNG version 1.2.37. \n * http://www.libpng.org \n - * Copyright (C) 1998-2007 Glenn Randers-Pehrson + * Copyright (C) 1998-2009 Glenn Randers-Pehrson * * \section Features * @@ -218,14 +218,12 @@ void imFormatRegisterJPEG(void); Comments: Attributes after the image are ignored. - Define PNG_NO_CONSOLE_IO to avoid printfs. - We define PNG_TIME_RFC1123_SUPPORTED. - Add the following files to the makefile to optimize the library: + Define PNG_NO_CONSOLE_IO to avoid printfs. We also define PNG_TIME_RFC1123_SUPPORTED. + Added the following files to the makefile to optimize the library: pngvcrd.c - PNG_USE_PNGVCRD For Intel x86 CPU and Microsoft Visual C++ compiler pnggccrd.c - PNG_USE_PNGGCCRD For Intel x86 CPU (Pentium-MMX or later) and GNU C compiler. - Changed pngconf.h to use int instead of long in png_uint_32 and png_int_32. \endverbatim * \ingroup format */ void imFormatRegisterPNG(void); |