summaryrefslogtreecommitdiff
path: root/indra/integration_tests
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-01-01 19:42:10 -0800
committerMerov Linden <merov@lindenlab.com>2014-01-01 19:42:10 -0800
commit205a4e3dc63c338c05e27a4806cdfd6f50bac2b6 (patch)
treecb035348ac77061d7278d509a3814ca7d0e48b01 /indra/integration_tests
parent9dca514c0b416c1b15e9a63e6f5af1b52df70b7e (diff)
ACME-1236 : WIP : add filterGamma, computeHistograms, colorCorrect, implemented filter gamma to llimage_libtest for testing
Diffstat (limited to 'indra/integration_tests')
-rwxr-xr-xindra/integration_tests/llimage_libtest/llimage_libtest.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/integration_tests/llimage_libtest/llimage_libtest.cpp b/indra/integration_tests/llimage_libtest/llimage_libtest.cpp
index 1f9a5f0e18..afd5e2ce98 100755
--- a/indra/integration_tests/llimage_libtest/llimage_libtest.cpp
+++ b/indra/integration_tests/llimage_libtest/llimage_libtest.cpp
@@ -622,6 +622,10 @@ int main(int argc, char** argv)
{
raw_image->filterRotate((float)(filter_param));
}
+ else if (filter_name == "gamma")
+ {
+ raw_image->filterGamma((float)(filter_param));
+ }
// Save file
if (out_file != out_end)