We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f8107c + 733f756 commit a0e872cCopy full SHA for a0e872c
1 file changed
tools/overlay_images/overlay_images.xml
@@ -3,7 +3,7 @@
3
<macros>
4
<import>creators.xml</import>
5
<import>tests.xml</import>
6
- <token name="@TOOL_VERSION@">0.0.5</token>
+ <token name="@TOOL_VERSION@">0.0.6</token>
7
</macros>
8
<creator>
9
<expand macro="creators/bmcv"/>
@@ -24,6 +24,10 @@
24
<requirement type="package" version="10.4.0">pillow</requirement>
25
<requirement type="package" version="0.1">giatools</requirement>
26
</requirements>
27
+ <required_files>
28
+ <include path="overlay_images.py" />
29
+ <include path="contours.py" />
30
+ </required_files>
31
<command detect_errors="aggressive">
32
<![CDATA[
33
python '$__tool_directory__/overlay_images.py'
0 commit comments