introduction des ajustements de contraste
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* floatimg.h
|
||||
*/
|
||||
|
||||
#define FIMG_VERSION 75
|
||||
#define FIMG_VERSION 76
|
||||
|
||||
/*
|
||||
* in memory descriptor
|
||||
@@ -36,6 +36,12 @@ typedef struct {
|
||||
#define FILE_TYPE_PNM 2
|
||||
#define FILE_TYPE_PNG 3
|
||||
|
||||
/* lib/contrast.c */
|
||||
#define CONTRAST_NONE 0
|
||||
#define CONTRAST_SQRT 1
|
||||
#define CONTRAST_POW2 2
|
||||
#define CONTRAST_COS01 3
|
||||
|
||||
/*
|
||||
* core module
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user