From 45cea3f777a67eecadedffc0e3235bc1d5209bb1 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Tue, 21 Apr 2009 13:22:32 +0200 Subject: fix 16bit tiff output in stitching mode --- src/gipfel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gipfel.cxx b/src/gipfel.cxx index 9dbf4e6..4fbf26f 100644 --- a/src/gipfel.cxx +++ b/src/gipfel.cxx @@ -685,7 +685,7 @@ stitch(GipfelWidget::sample_mode_t m, int b_16, } else if (type & STITCH_TIFF) { - st->set_output(new TIFFOutputImage(path, 90)); + st->set_output(new TIFFOutputImage(path, b_16 ? 16 : 8)); st->resample(m, stitch_w, stitch_h, from, to); } else { -- cgit v1.2.3