forked from jcupitt/vipsdisp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
org.libvips.vipsdisp.gschema.xml
65 lines (56 loc) · 1.6 KB
/
org.libvips.vipsdisp.gschema.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<schemalist>
<enum id="org.libvips.vipsdisp.background">
<value nick="checkerboard" value="0"/>
<value nick="white" value="1"/>
<value nick="black" value="2"/>
</enum>
<schema path="/org/libvips/vipsdisp/" id="org.libvips.vipsdisp">
<key type="b" name="control">
<default>false</default>
<summary>Show display control bar</summary>
<description>
If set, show the display control bar.
</description>
</key>
<key type="b" name="info">
<default>false</default>
<summary>Show info bar</summary>
<description>
If set, show the info bar.
</description>
</key>
<key type="d" name="scale">
<default>1.0</default>
<summary>Scale</summary>
<description>
The display scale.
</description>
</key>
<key type="d" name="offset">
<default>0.0</default>
<summary>Offset</summary>
<description>
The display offset.
</description>
</key>
<key type="b" name="falsecolour">
<default>false</default>
<summary>Falsecolour</summary>
<description>
Show pixels with a falsecolour mapping.
</description>
</key>
<key type="b" name="log">
<default>false</default>
<summary>log</summary>
<description>
Show pixels with a log mapping.
</description>
</key>
<key name="background" enum="org.libvips.vipsdisp.background">
<default>'white'</default>
<summary>Background</summary>
<description>The background texture for image rendering</description>
</key>
</schema>
</schemalist>