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