summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-08-03 21:23:57 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-08-03 21:23:57 +0200
commit1f4f1f0b441e4ac75943566405843cbfc1c7d1b2 (patch)
tree37ee8723ac062aae0fe5104a98ec8941d827f0ce /README
parentf3575d9ccfc61beca36ef40dc20b625cbc2f1368 (diff)
add stitching section to README
Diffstat (limited to 'README')
-rw-r--r--README28
1 files changed, 28 insertions, 0 deletions
diff --git a/README b/README
index e622d3b..36b1779 100644
--- a/README
+++ b/README
@@ -133,6 +133,34 @@ the Option->Show Hidden menu entry. Hidden objects and hidden GPS way points
are displayed in blue.
+Stitching
+=========
+
+If you have multiple images from the same viewpoint gipfel can stitch them
+together to form a panorama image.
+For stitching the input images must all have been correctly oriented
+with gipfel and saved (see "Loading and Saving Images").
+You can then call gipfel -s <img1> <img2> ...
+to see the result in a window. Alternatively you can call
+gipfel -s -j <outimg> <img1> <img2> ...
+to save the result as a JPEG image to <outimg> or
+gipfel -s -t <outdir> <img1> <img2> ...
+to save the result as multiple TIFF images to <outdir>.
+Use the multiple TIFF option for blending the result with enblend
+(http://enblend.sourceforge.net/).
+The width and height of the result images can be adjusted with the
+-w and -h options.
+
+The nice thing about stitching is that gipfel uses the same code that
+it already had for positioning mountains on the pictures.
+gipfel simply scans all directions needed for the panorama and determines
+where these directions would end up on the various pictures. It can then
+record the corresponding color values from the input images.
+
+In contrast to other stitching programs, the input images don't need to
+overlap.
+
+
Troubleshooting
===============