diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-12 20:13:00 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-12 20:13:00 +0000 |
commit | 25cb5bf3f7a6b7c9e71ffc9f26eefd7d8093a0c7 (patch) | |
tree | 84d9e4f0bb26c9497683e7e7e5ce966073447fab /plugins/AdvaImg/src/FreeImage.h | |
parent | d9013df6a880f0bd7459f952d654ff476e480a90 (diff) |
update for libpng 1.6.3 + aMNG patch
git-svn-id: http://svn.miranda-ng.org/main/trunk@5662 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AdvaImg/src/FreeImage.h')
-rw-r--r-- | plugins/AdvaImg/src/FreeImage.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/AdvaImg/src/FreeImage.h b/plugins/AdvaImg/src/FreeImage.h index 532efc88d8..2ee842ae0e 100644 --- a/plugins/AdvaImg/src/FreeImage.h +++ b/plugins/AdvaImg/src/FreeImage.h @@ -704,7 +704,6 @@ typedef void (DLL_CALLCONV *FI_InitProc)(Plugin *plugin, int format_id); #define PNG_DEFAULT 0
#define PNG_IGNOREGAMMA 1 // loading: avoid gamma correction
#define PNG_Z_BEST_SPEED 0x0001 // save using ZLib level 1 compression flag (default value is 6)
-#define PNG_Z_DEFAULT_COMPRESSION 0x0006 // save using ZLib level 6 compression flag (default recommended value)
#define PNG_Z_BEST_COMPRESSION 0x0009 // save using ZLib level 9 compression flag (default value is 6)
#define PNG_Z_NO_COMPRESSION 0x0100 // save without ZLib compression
#define PNG_INTERLACED 0x0200 // save using Adam7 interlacing (use | to combine with other save flags)
|