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 --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 395b928..15dbfdd 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,12 @@ gipfel-0.2.6 * Improve image saving. It is now possible to overwrite the current image file. * Install README file to $PREFIX/share/doc/gipfel/. +* Change semantics of -t option. + -t now requires a file just as -j does. + To generate multiple TIFF files as input to enblend, just do + for i in *.jpg; do gipfel -s -b -t tiff/$i $i; done + This simplifies the code and allows to parallelize stitching on + multicore systems. gipfel-0.2.5 * Improved stitching speed. -- cgit v1.2.3