diff options
Diffstat (limited to 'include/im_format_all.h')
-rw-r--r-- | include/im_format_all.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/im_format_all.h b/include/im_format_all.h index 2a6ab96..881694b 100644 --- a/include/im_format_all.h +++ b/include/im_format_all.h @@ -118,9 +118,9 @@ void imFormatRegisterTIFF(void); * ISO/IEC 10918 (1994, 1995, 1997, 1999)\n * http://www.jpeg.org/ * \par - * Access to the JPEG file format uses libJPEG version 6b. \n + * Access to the JPEG file format uses libJPEG version 7. \n * http://www.ijg.org \n - * Copyright (C) 1991-1998, Thomas G. Lane \n + * Copyright (C) 1994-2009, Thomas G. Lane, Guido Vollbeding \n * from the Independent JPEG Group. * \par * Access to the EXIF attributes uses libEXIF version 0.6.12. \n @@ -153,7 +153,7 @@ void imFormatRegisterTIFF(void); Changes to libJPEG: jdatadst.c - fflush and ferror replaced by macros JFFLUSH and JFERROR. jinclude.h - standard JFFLUSH and JFERROR definitions, and new macro HAVE_JFIO. - jmorecfg.h - changed definition of INT32 to JINT32 for better compatibility. + -- jmorecfg.h - changed definition of INT32 to JINT32 for better compatibility. jdhuf.c - added support for OJPEG_SUPPORT in libTIFF. new file created: jconfig.h |