panomosity 0.1.27 → 0.1.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/panomosity/runner.rb +1 -1
- data/lib/panomosity/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 346124ccd523a88d99e1637eb83b6f250fea80ffc59892fba8df778f3b214356
|
|
4
|
+
data.tar.gz: 8dc16bacab08f711abd139de4e10a45ef3ea376b66b142dcf34ad1c2855181de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd43686f4030fb72e1d114a1d99c0a9e5338febaf583acebb67c26a9497d304af6e51b992ab434e27d74fc8abcfbcec623e3e6c53302bd078131019188198ab1
|
|
7
|
+
data.tar.gz: 88636f51883206a3c8858339b9d877c9bd92ddba4e20959c3f0ec9b97408dc39f0ef8d05f051477b4222269d71256fd2eca585b809c9ff037ebb38d8e2f7898c
|
data/Gemfile.lock
CHANGED
data/lib/panomosity/runner.rb
CHANGED
|
@@ -515,7 +515,7 @@ module Panomosity
|
|
|
515
515
|
end.compact
|
|
516
516
|
save_file
|
|
517
517
|
logger.debug "running nona #{@output}"
|
|
518
|
-
output = `nona --save-intermediate-images --intermediate-suffix=intermediate -v -m TIFF_m --seam=blend #{@output} -o #{res}_res_stitch_section_c#{column}_`
|
|
518
|
+
output = `nona --save-intermediate-images --intermediate-suffix=intermediate -v -m TIFF_m --seam=blend #{@output} -o #{res}_res_stitch_section_c#{column.to_s.rjust(5, '0')}_`
|
|
519
519
|
logger.debug output
|
|
520
520
|
end
|
|
521
521
|
end
|
data/lib/panomosity/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: panomosity
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.28
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Oliver Garcia
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-11-
|
|
11
|
+
date: 2018-11-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|