From 4894caf4af1357f7a49c289586f0b752424b7733 Mon Sep 17 00:00:00 2001 From: scuri Date: Sat, 11 Jul 2009 20:55:52 +0000 Subject: *** empty log message *** --- include/im_format_all.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'include') 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); -- cgit v1.2.3