summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-08-03 21:26:37 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-08-03 21:26:37 +0200
commit145d775aa43d49e5f9de30f51bd88c0f0f46183c (patch)
tree1658309ab5dd71ccedb5585430ec0c67de89e3d7
parent1f4f1f0b441e4ac75943566405843cbfc1c7d1b2 (diff)
update README and usage
-rw-r--r--README3
-rw-r--r--src/gipfel.cxx5
2 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index 36b1779..4301cb9 100644
--- a/README
+++ b/README
@@ -160,6 +160,9 @@ record the corresponding color values from the input images.
In contrast to other stitching programs, the input images don't need to
overlap.
+If you want to open a stitched image in gipfel to locate the mountains
+on it, don't forget to choose Panoramic Projection!
+
Troubleshooting
===============
diff --git a/src/gipfel.cxx b/src/gipfel.cxx
index 139b850..9755f2e 100644
--- a/src/gipfel.cxx
+++ b/src/gipfel.cxx
@@ -212,7 +212,8 @@ void fill_menubar(Fl_Menu_Bar* mb) {
void usage() {
fprintf(stderr,
"usage: gipfel [-v <viewpoint>] [-d <datafile>]\n"
- " [-s] [-j <outfile>] [-t <outdir] [<image(s)>]\n"
+ " [-s] [-j <outfile>] [-t <outdir] [-w <width>] [-h <height>]\n"
+ " [<image(s)>]\n"
" -v <viewpoint> Set point from which the picture was taken.\n"
" This must be a string that unambiguously \n"
" matches the name of an entry in the data file.\n"
@@ -220,7 +221,7 @@ void usage() {
" -s Stitch mode.\n"
" -j <outfile> JPEG output file for Stitch mode.\n"
" -t <outdir> Output directory for TIFF images in Stitch mode.\n"
- " <image(s)> JPEG file(s) to use.\n");
+ " <image(s)> JPEG file(s) to use.\n");
}
Fl_Window *