diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-26 11:07:11 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-26 11:07:11 +0100 |
commit | 0c74cc4f4dc739772f7c1f450c96e4b6abd9bd3a (patch) | |
tree | 057193342653857e5cb88e011a185ecc9cee3c28 /NEWS | |
parent | 3316ced96912c0112f39cafa851a538b0f3c75e9 (diff) |
standardize -t option for stitching to a TIFF file
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |