summaryrefslogtreecommitdiff
path: root/src/Stitch.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-12-18 18:26:41 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-12-18 18:26:41 +0100
commitfaf5dff31fcbafb5cfa8575b85ffaf2408ff5d39 (patch)
treefa0ccd1aadedca0dd9d6d4711e7deccee6bc5a7e /src/Stitch.H
parenta432b9670a3df4ddadc6979601c37204aab927cd (diff)
make bilinear resampling optional
Diffstat (limited to 'src/Stitch.H')
-rw-r--r--src/Stitch.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Stitch.H b/src/Stitch.H
index 49dd6b8..dcfc691 100644
--- a/src/Stitch.H
+++ b/src/Stitch.H
@@ -31,8 +31,8 @@ class Stitch {
OutputImage * set_output(const char *file, OutputImage *img);
- int resample(int w, int h,
- double view_start, double view_end);
+ int resample(GipfelWidget::sample_mode_t m,
+ int w, int h, double view_start, double view_end);
};
#endif