summaryrefslogtreecommitdiff
path: root/src/Stitch.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-06-25 11:49:32 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-06-25 11:49:32 +0200
commit7d900b4ede22215413e4a0ddd1675c650ba3225f (patch)
tree6e39f45e68578ebc33e42b920c2370cefd954a3e /src/Stitch.H
parent8b9902ac6e239bd36681a2997ee1bdfa4239a5d8 (diff)
implement various helper methods
Diffstat (limited to 'src/Stitch.H')
-rw-r--r--src/Stitch.H5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Stitch.H b/src/Stitch.H
index 86b8f8f..8c126f7 100644
--- a/src/Stitch.H
+++ b/src/Stitch.H
@@ -21,6 +21,7 @@
#define STITCH_H
#include "GipfelWidget.H"
+#include "DataImage.H"
#define MAX_PICS 256
@@ -34,9 +35,9 @@ class Stitch {
~Stitch();
- int add_image(const char *file);
+ int load_image(char *file);
- int resample(Fl_RGB_Image *,
+ int resample(DataImage *img,
double view_start, double view_end,
double nick_start, double nick_end);
};