Partly solving issue 1490: "Comparator Tab / Light Table / Inspector" with the addition of an "Inspect" tab to the File Browser panel.
This commit is contained in:
@@ -126,7 +126,7 @@ namespace rtengine {
|
||||
int maxindex = 65536;
|
||||
cachef(maxindex,LUT_CLIP_BELOW);
|
||||
|
||||
gamma2curve(maxindex,0);
|
||||
gamma2curve(maxindex,LUT_CLIP_BELOW|LUT_CLIP_ABOVE);
|
||||
|
||||
for (int i=0; i<maxindex; i++) {
|
||||
if (i>eps_max) {
|
||||
|
||||
Reference in New Issue
Block a user