plug the funny contrast adjustement in the grabber

This commit is contained in:
2019-12-04 11:17:45 +01:00
parent de3b31db94
commit b80839b076
4 changed files with 25 additions and 3 deletions

View File

@@ -20,6 +20,7 @@ if (!strcmp(str, "none")) return CONTRAST_NONE;
if (!strcmp(str, "sqrt")) return CONTRAST_SQRT;
if (!strcmp(str, "pow2")) return CONTRAST_POW2;
if (!strcmp(str, "cos01")) return CONTRAST_COS01;
if (!strcmp(str, "cos010")) return CONTRAST_COS010;
return -1;
}