From: <bru...@us...> - 2008-08-21 21:48:46
|
Revision: 873 http://panotools.svn.sourceforge.net/panotools/?rev=873&view=rev Author: brunopostle Date: 2008-08-21 21:48:56 +0000 (Thu, 21 Aug 2008) Log Message: ----------- Increment $VERSION Modified Paths: -------------- trunk/Panotools-Script/META.yml trunk/Panotools-Script/bin/match-n-shift trunk/Panotools-Script/lib/Panotools/Script.pm Modified: trunk/Panotools-Script/META.yml =================================================================== --- trunk/Panotools-Script/META.yml 2008-08-21 16:09:23 UTC (rev 872) +++ trunk/Panotools-Script/META.yml 2008-08-21 21:48:56 UTC (rev 873) @@ -1,7 +1,7 @@ --- #YAML:1.0 name: Panotools-Script abstract: 'Read, write and manipulate hugin script files' -version: 0.15 +version: 0.16 license: 'GPLv2+' author: - 'Bruno Postle <br...@po...>' Modified: trunk/Panotools-Script/bin/match-n-shift =================================================================== --- trunk/Panotools-Script/bin/match-n-shift 2008-08-21 16:09:23 UTC (rev 872) +++ trunk/Panotools-Script/bin/match-n-shift 2008-08-21 21:48:56 UTC (rev 873) @@ -435,7 +435,10 @@ the original photos. Additionally if the --stacks option is used then align_image_stack is used to -assemble bracketed sequences within the set, usually with less error. +assemble bracketed sequences within the set, usually with less error. For this +to work photos need to be taken with the camera's auto-bracketing feature, e.g. +take three different exposures, move camera, take the same three exposures, +move camera etc... =head1 LICENSE Modified: trunk/Panotools-Script/lib/Panotools/Script.pm =================================================================== --- trunk/Panotools-Script/lib/Panotools/Script.pm 2008-08-21 16:09:23 UTC (rev 872) +++ trunk/Panotools-Script/lib/Panotools/Script.pm 2008-08-21 21:48:56 UTC (rev 873) @@ -36,7 +36,7 @@ use Storable qw/ dclone /; -our $VERSION = 0.15; +our $VERSION = 0.16; our $CLEANUP = 1; $CLEANUP = 0 if defined $ENV{DEBUG}; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |