summaryrefslogtreecommitdiff
path: root/src/Stitch.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-26 11:07:11 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-26 11:07:11 +0100
commit0c74cc4f4dc739772f7c1f450c96e4b6abd9bd3a (patch)
tree057193342653857e5cb88e011a185ecc9cee3c28 /src/Stitch.H
parent3316ced96912c0112f39cafa851a538b0f3c75e9 (diff)
standardize -t option for stitching to a TIFF file
Diffstat (limited to 'src/Stitch.H')
-rw-r--r--src/Stitch.H3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Stitch.H b/src/Stitch.H
index 0632192..1617379 100644
--- a/src/Stitch.H
+++ b/src/Stitch.H
@@ -18,7 +18,6 @@ class Stitch {
private:
GipfelWidget *gipf[MAX_PICS];
int num_pics;
- OutputImage *single_images[MAX_PICS];
OutputImage *merged_image;
public:
@@ -30,8 +29,6 @@ class Stitch {
OutputImage * set_output(OutputImage *img);
- OutputImage * set_output(const char *file, OutputImage *img);
-
int resample(GipfelWidget::sample_mode_t m,
int w, int h, double view_start, double view_end);
};