Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: <brunopostle@us...> - 2008-06-03 22:50:41
|
Revision: 844 http://panotools.svn.sourceforge.net/panotools/?rev=844&view=rev Author: brunopostle Date: 2008-06-03 15:50:49 -0700 (Tue, 03 Jun 2008) Log Message: ----------- Fix enblend-svg mask output (Serge Droz) Modified Paths: -------------- trunk/Panotools-Script/Changes trunk/Panotools-Script/bin/enblend-svg Modified: trunk/Panotools-Script/Changes =================================================================== --- trunk/Panotools-Script/Changes 2008-05-15 21:56:21 UTC (rev 843) +++ trunk/Panotools-Script/Changes 2008-06-03 22:50:49 UTC (rev 844) @@ -8,6 +8,7 @@ - support optimising photometric parameters for vig_optimize - ptosort for renumbering control points in spatial order - Fix nona-mask to allow -o parameter anywhere, use -i parameter sanely (Felix Hagemann) + - enblend-svg, fix mask output (Serge Droz) 0.13 - new match-n-shift control point finder tool Modified: trunk/Panotools-Script/bin/enblend-svg =================================================================== --- trunk/Panotools-Script/bin/enblend-svg 2008-05-15 21:56:21 UTC (rev 843) +++ trunk/Panotools-Script/bin/enblend-svg 2008-06-03 22:50:49 UTC (rev 844) @@ -36,7 +36,7 @@ my $out = "$file-enblend-svg-$$-$index.svg"; $xml =~ s/<image/<rect/g; - $xml =~ s/style=".*?"/style="fill:#FFFFFF"/g; + $xml =~ s/style=".*?"/style="fill:#00FF00"/g; $xml =~ s/xlink:href="(.*?)"//; my $image = $1; push @files, $image; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |