summaryrefslogtreecommitdiff
path: root/src/GipfelWidget.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-03-13 18:29:45 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-03-13 18:29:45 +0100
commit3d907fd76ca23d69bcd7d25367c9c94063490d38 (patch)
tree1ecfd01a624536445be6b436bf791b53086bc556 /src/GipfelWidget.H
parent508490f69a9f5e0023deda70b04b785aa041b8e3 (diff)
add devignetting infrastructure
Diffstat (limited to 'src/GipfelWidget.H')
-rw-r--r--src/GipfelWidget.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GipfelWidget.H b/src/GipfelWidget.H
index a17009a..f5254e7 100644
--- a/src/GipfelWidget.H
+++ b/src/GipfelWidget.H
@@ -126,6 +126,8 @@ class GipfelWidget : public Fl_Widget {
int get_pixel(GipfelWidget::sample_mode_t,
double a_alph, double a_nick, uchar *r, uchar *g, uchar *b);
+ double get_angle_off(double view, double nick);
+
int get_distortion_profile_name(char *buf, int buflen);
int save_distortion_params(const char *prof_name);