Initial commit of the 32 bits Tiff file support, see issue 1575
This commit is contained in:
66
rtgui/addsetids.h
Normal file
66
rtgui/addsetids.h
Normal file
@@ -0,0 +1,66 @@
|
||||
#ifndef _ADDSETIDS_
|
||||
#define _ADDSETIDS_
|
||||
|
||||
|
||||
// UPDATE THE DEFAULT VALUE IN OPTIONS.CC int babehav[] TOO !!!
|
||||
|
||||
|
||||
#define ADDSET_TC_EXPCOMP 0
|
||||
#define ADDSET_TC_BRIGHTNESS 1
|
||||
#define ADDSET_TC_BLACKLEVEL 2
|
||||
#define ADDSET_TC_CONTRAST 3
|
||||
#define ADDSET_SH_HIGHLIGHTS 4
|
||||
#define ADDSET_SH_SHADOWS 5
|
||||
#define ADDSET_SH_LOCALCONTRAST 6
|
||||
#define ADDSET_LC_BRIGHTNESS 7
|
||||
#define ADDSET_LC_CONTRAST 8
|
||||
#define ADDSET_SHARP_AMOUNT 9
|
||||
#define ADDSET_WB_TEMPERATURE 10
|
||||
#define ADDSET_WB_GREEN 11
|
||||
#define ADDSET_ROTATE_DEGREE 12
|
||||
#define ADDSET_DIST_AMOUNT 13
|
||||
#define ADDSET_PERSPECTIVE 14
|
||||
#define ADDSET_CA 15
|
||||
#define ADDSET_VIGN_AMOUNT 16
|
||||
#define ADDSET_VIGN_RADIUS 17
|
||||
#define ADDSET_VIGN_STRENGTH 18
|
||||
#define ADDSET_VIGN_CENTER 19
|
||||
#define ADDSET_LC_CHROMATICITY 20
|
||||
#define ADDSET_TC_SATURATION 21
|
||||
#define ADDSET_TC_HLCOMPAMOUNT 22
|
||||
#define ADDSET_TC_HLCOMPTHRESH 23
|
||||
#define ADDSET_TC_SHCOMP 24
|
||||
#define ADDSET_DIRPYREQ 25
|
||||
#define ADDSET_DIRPYRDN_CHLUM 26
|
||||
#define ADDSET_DIRPYRDN_GAMMA 27
|
||||
#define ADDSET_CHMIXER 28
|
||||
#define ADDSET_PREPROCESS_GREENEQUIL 29
|
||||
#define ADDSET_PREPROCESS_LINEDENOISE 30
|
||||
#define ADDSET_RAWCACORR 31
|
||||
#define ADDSET_RAWEXPOS_LINEAR 32
|
||||
#define ADDSET_RAWEXPOS_PRESER 33
|
||||
#define ADDSET_RAWEXPOS_BLACKS 34
|
||||
#define ADDSET_SHARPENEDGE_AMOUNT 35
|
||||
#define ADDSET_SHARPENMICRO_AMOUNT 36
|
||||
#define ADDSET_SHARPENEDGE_PASS 37
|
||||
#define ADDSET_SHARPENMICRO_UNIFORMITY 38
|
||||
#define ADDSET_VIBRANCE_PASTELS 39
|
||||
#define ADDSET_VIBRANCE_SATURATED 40
|
||||
#define ADDSET_FREE_OUPUT_GAMMA 41
|
||||
#define ADDSET_FREE_OUTPUT_SLOPE 42
|
||||
#define ADDSET_CAT_DEGREE 43
|
||||
#define ADDSET_CAT_ADAPTSCENE 44
|
||||
#define ADDSET_CAT_ADAPTVIEWING 45
|
||||
#define ADDSET_CAT_LIGHT 46
|
||||
#define ADDSET_CAT_CHROMA 47
|
||||
#define ADDSET_CAT_CONTRAST 48
|
||||
#define ADDSET_CAT_RSTPRO 49
|
||||
#define ADDSET_CAT_BRIGHT 50
|
||||
#define ADDSET_CAT_CONTRAST_Q 51
|
||||
#define ADDSET_CAT_CHROMA_S 52
|
||||
#define ADDSET_CAT_CHROMA_M 53
|
||||
#define ADDSET_CAT_HUE 54
|
||||
// When adding items, make sure to update ADDSET_PARAM_NUM
|
||||
#define ADDSET_PARAM_NUM 55 // THIS IS USED AS A DELIMITER!!
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user