summaryrefslogtreecommitdiff
path: root/src/ImageMetaData.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-10-30 18:37:27 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-10-30 18:37:27 +0100
commit19bec8bde89fc08f6497a346b2121bcd96d1f528 (patch)
tree69b6677b273fc8062edfb70f2b38d545c56ad92d /src/ImageMetaData.H
parentda5192170bb7ed19a8eadbc8ac393b0fa222c7df (diff)
fix problem with compatibility code
Diffstat (limited to 'src/ImageMetaData.H')
-rw-r--r--src/ImageMetaData.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ImageMetaData.H b/src/ImageMetaData.H
index 442aaef..7116d98 100644
--- a/src/ImageMetaData.H
+++ b/src/ImageMetaData.H
@@ -29,6 +29,7 @@ class ImageMetaData {
double nick;
double tilt;
double focallength_sensor_ratio;
+ double scale;
int projection_type;
int load_image_jpgcom(char *name);
@@ -38,7 +39,7 @@ class ImageMetaData {
public:
ImageMetaData();
- int load_image(char *name);
+ int load_image(char *name, int img_width);
int save_image(char *in_img, char *out_img);
double get_longitude();