pano 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/pano/image_file_set.rb +1 -1
- metadata +1 -1
data/lib/pano/image_file_set.rb
CHANGED
@@ -61,7 +61,7 @@ module Pano
|
|
61
61
|
system "convert #{fused} #{TOOL_ROOT}/lib/mask.png \
|
62
62
|
+matte -compose CopyOpacity -composite \
|
63
63
|
#{fused}"
|
64
|
-
elsif i ==
|
64
|
+
elsif i == pano.length
|
65
65
|
system "convert #{fused} #{TOOL_ROOT}/lib/mask_last.png \
|
66
66
|
+matte -compose CopyOpacity -composite \
|
67
67
|
#{fused}"
|