aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkimgbuf.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-06-01 22:33:30 +0200
committerSebastian Geerken <devnull@localhost>2014-06-01 22:33:30 +0200
commit202681130e5ccbbdc7bb495c13d8c2da9548cba1 (patch)
tree792ff0c061a27c27c66b27d5b34ead2886e1f46f /dw/fltkimgbuf.cc
parentd83eece3ba060818a608031ee1c5de94f3959ae8 (diff)
Added correctExtremes*.
Diffstat (limited to 'dw/fltkimgbuf.cc')
-rw-r--r--dw/fltkimgbuf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/fltkimgbuf.cc b/dw/fltkimgbuf.cc
index 01bce455..9037c19c 100644
--- a/dw/fltkimgbuf.cc
+++ b/dw/fltkimgbuf.cc
@@ -35,7 +35,7 @@ namespace fltk {
using namespace lout::container::typed;
const enum ScaleMode { SIMPLE, BEAUTIFUL, BEAUTIFUL_GAMMA }
- scaleMode = BEAUTIFUL_GAMMA;
+ scaleMode = SIMPLE;
Vector <FltkImgbuf::GammaCorrectionTable> *FltkImgbuf::gammaCorrectionTables
= new Vector <FltkImgbuf::GammaCorrectionTable> (true, 2);