Initial commit of the 32 bits Tiff file support, see issue 1575

This commit is contained in:
natureh 510
2013-01-10 23:13:54 +01:00
commit 5aeedda116
1459 changed files with 323345 additions and 0 deletions

8
rtgui/ppversion.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef _PPVERSION_
#define _PPVERSION_
// This number have to be incremented whenever the PP3 file format is modified
#define PPVERSION 306
#define PPVERSION_AEXP 301 //value of PPVERSION when auto exposure algorithm was modified
#endif