-
Notifications
You must be signed in to change notification settings - Fork 2
/
ReadImageHeader.xml
40 lines (40 loc) · 1.2 KB
/
ReadImageHeader.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="utf-8"?>
<executable>
<category>Tool</category>
<title>ReadImageHeader</title>
<description>
Prints information contained in image header
</description>
<version>1.0.1</version>
<license></license>
<contributor>Francois Budin</contributor>
<parameters>
<label>Input/Ouput</label>
<description>Input/output parameters</description>
<image type="any">
<name>inputFile</name>
<label>Input File</label>
<channel>input</channel>
<index>0</index>
<description>Input image file</description>
<default></default>
</image>
<image type="any">
<name>outputFile</name>
<label>Output File</label>
<channel>output</channel>
<flag>o</flag>
<longflag>output</longflag>
<description>Output image file - Useful to convert image file extension</description>
<default></default>
</image>
<boolean>
<name>verbose</name>
<flag>v</flag>
<label>Verbose</label>
<longflag>verbose</longflag>
<description>Prints extra information</description>
<default>false</default>
</boolean>
</parameters>
</executable>