summaryrefslogtreecommitdiff
path: root/src/gipfel.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-03-15 00:25:29 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-03-15 00:25:29 +0100
commit905cd5600e604aa1f9fe256ab3b4d7125695951e (patch)
tree224412f39e478a9e984a6661250f58db9772d8b6 /src/gipfel.cxx
parent8a59c4f63a5c0309e403ea5896ad6d3bbdac16bc (diff)
add color and brightness adjustment
Diffstat (limited to 'src/gipfel.cxx')
-rw-r--r--src/gipfel.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gipfel.cxx b/src/gipfel.cxx
index 584ae15..7aad38f 100644
--- a/src/gipfel.cxx
+++ b/src/gipfel.cxx
@@ -596,7 +596,9 @@ stitch(GipfelWidget::sample_mode_t m,
st->set_output((OutputImage*) img);
if (type == STITCH_VIGNETTE_CALIB) {
- st->vignette_calib(m, stitch_w, stitch_h, from, to);
+ st->color_calib(m, stitch_w, stitch_h, from, to);
+ //st->vignette_calib(m, stitch_w, stitch_h, from, to);
+ st->resample(m, stitch_w, stitch_h, from, to);
} else {
st->resample(m, stitch_w, stitch_h, from, to);
}