summaryrefslogtreecommitdiff
path: root/src/gipfel.cxx
diff options
context:
space:
mode:
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);
}