summaryrefslogtreecommitdiff
path: root/src/Stitch.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-03-16 18:35:35 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-03-16 18:35:35 +0100
commitd09316016e4e0b782d784785641fec91de7d58a6 (patch)
tree3921013b0762e1c564d5e8cdba93154fd677fb9c /src/Stitch.H
parent79dc410663f418ab36acd61fe53aeba8d5942705 (diff)
switch to 16 bit color depth internally
Diffstat (limited to 'src/Stitch.H')
-rw-r--r--src/Stitch.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Stitch.H b/src/Stitch.H
index 9fe3c15..b5fb6fd 100644
--- a/src/Stitch.H
+++ b/src/Stitch.H
@@ -23,7 +23,7 @@ class Stitch {
OutputImage *single_images[MAX_PICS];
OutputImage *merged_image;
- uchar color_correct(uchar c, double a, int pic, int color);
+ int color_correct(int c, double a, int pic, int color);
public:
Stitch();