From 0c74cc4f4dc739772f7c1f450c96e4b6abd9bd3a Mon Sep 17 00:00:00 2001 From: Johannes Hofmann <Johannes.Hofmann@gmx.de> 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 <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 directory <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. + gipfel -s -t <outimg> <img1> <img2> ... +to save the result as TIFF image. +To get multiple TIFF images as input for +<http://enblend.sourceforge.net/>, 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