summaryrefslogtreecommitdiff
path: root/src/gipfel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/gipfel.cxx')
-rw-r--r--src/gipfel.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gipfel.cxx b/src/gipfel.cxx
index a5b0fc9..acdd1de 100644
--- a/src/gipfel.cxx
+++ b/src/gipfel.cxx
@@ -433,6 +433,8 @@ int stitch(int stitch_w, int stitch_h, int argc, char **argv) {
win->show(0, argv);
st->resample(img, 0.0, 7.0);
+
+ img->write_jpeg("/tmp/bla.jpg", 90);
Fl::run();
exit(0);
}