summaryrefslogtreecommitdiff
path: root/src/gipfel.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-07-31 20:34:14 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-07-31 20:34:14 +0200
commitff7773a8da615e4dc91320636beb4e6877777a01 (patch)
tree990349d8a1fbeea99f73fb37e41bed44d0c1d462 /src/gipfel.cxx
parentd258151391bead3a167f54068096a8d727ba273a (diff)
initial tiff write support
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);
}