From 0c74cc4f4dc739772f7c1f450c96e4b6abd9bd3a Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Mon, 26 Jan 2009 11:07:11 +0100 Subject: standardize -t option for stitching to a TIFF file --- README | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'README') diff --git a/README b/README index 8343d78..bb6822e 100644 --- a/README +++ b/README @@ -177,12 +177,14 @@ You can then call to see the result in a window. Alternatively you can call gipfel -s -j ... to save the result as a JPEG image to or - gipfel -s -t ... -to save the result as multiple TIFF images to directory . -Use the multiple TIFF option for blending the result with enblend -. -The width and height of the result images can be adjusted with the --w and -h options. + gipfel -s -t ... +to save the result as TIFF image. +To get multiple TIFF images as input for +, call gipfel like this: + for i in *.jpg; do gipfel -s -b -t tiff/$i $i; done + +The width and height of the result images can be adjusted with +additional -w and -h options. You can use the -b switch to enable bicubic interpolation, which gives smoother results but is a bit slower. -- cgit v1.2.3