diff options
author | Sebastian Geerken <devnull@localhost> | 2014-06-01 22:33:30 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-06-01 22:33:30 +0200 |
commit | 202681130e5ccbbdc7bb495c13d8c2da9548cba1 (patch) | |
tree | 792ff0c061a27c27c66b27d5b34ead2886e1f46f /dw/fltkimgbuf.cc | |
parent | d83eece3ba060818a608031ee1c5de94f3959ae8 (diff) |
Added correctExtremes*.
Diffstat (limited to 'dw/fltkimgbuf.cc')
-rw-r--r-- | dw/fltkimgbuf.cc | 2 |
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); |