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, 2 insertions, 2 deletions
diff --git a/src/gipfel.cxx b/src/gipfel.cxx
index 8256cd8..8e0e1b9 100644
--- a/src/gipfel.cxx
+++ b/src/gipfel.cxx
@@ -457,8 +457,8 @@ static int stitch(int stitch_w, int stitch_h, int argc, char **argv) {
win->show(0, argv);
- //st->set_output((OutputImage*) new JPEGOutputImage("/tmp/bla.jpg", 90));
- st->set_output((OutputImage*) img);
+ st->set_output((OutputImage*) new JPEGOutputImage("/tmp/bla.jpg", 90));
+ //st->set_output((OutputImage*) img);
st->resample(stitch_w, stitch_h, 0.0, 7.0);
img->redraw();
Fl::run();