diff options
| author | scuri <scuri> | 2009-08-20 12:13:11 +0000 | 
|---|---|---|
| committer | scuri <scuri> | 2009-08-20 12:13:11 +0000 | 
| commit | 35733b87eed86e5228f12fa10c98a3d9d22a6073 (patch) | |
| tree | aa7e3c89788c15b925eecdbdf7e9d98291b4f469 /include | |
| parent | 83b3c8b629d96f5fdf754d35d5f4f5369dbfef1d (diff) | |
*** empty log message ***
Diffstat (limited to 'include')
| -rw-r--r-- | include/im_format_all.h | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/include/im_format_all.h b/include/im_format_all.h index 881694b..bcc81bf 100644 --- a/include/im_format_all.h +++ b/include/im_format_all.h @@ -123,7 +123,7 @@ void imFormatRegisterTIFF(void);   * 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 + * Access to the EXIF attributes uses libEXIF version 0.6.17. \n   * http://sourceforge.net/projects/libexif                    \n   * Copyright (C) 2001-2003, Lutz Müller   * @@ -153,15 +153,13 @@ 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.        jdhuf.c - added support for OJPEG_SUPPORT in libTIFF.        new file created: jconfig.h      Changes to libEXIF: -      new file config.h +      new files config.h and _stdint.h        changed "exif-tag.c" to add new function        changed "exif-entry.c" to improve exif_entry_initialize -      fixed small bug in "mnote-pentax-tag.h".      Comments:        Other APPx markers are ignored.  | 
