add output gamma to partialpast and suppress crash when no output file #issue1081

This commit is contained in:
jdc
2011-11-02 02:48:15 +01:00
parent 800e03fdf6
commit 22f9910edb
13 changed files with 129 additions and 73 deletions

View File

@@ -50,8 +50,10 @@
#define ADDSET_VIBRANCE_PASTELS 40
#define ADDSET_VIBRANCE_SATURATED 41
#define ADDSET_VIBRANCE_PSTHRESHOLD 42
#define ADDSET_FREE_OUPUT_GAMMA 43
#define ADDSET_FREE_OUTPUT_SLOPE 44
// When adding items, make sure to update ADDSET_PARAM_NUM
#define ADDSET_PARAM_NUM 43 // THIS IS USED AS A DELIMITER!!
#define ADDSET_PARAM_NUM 45 // THIS IS USED AS A DELIMITER!!
#endif