-
Notifications
You must be signed in to change notification settings - Fork 1
/
XmlData.xml
82 lines (82 loc) · 3.42 KB
/
XmlData.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?xml version="1.0" encoding="UTF-8"?>
<catalog version="1.0">
<collage>
<name>Single Image No Print</name>
<printable>false</printable>
<icon>SingleNoPrint.svg</icon>
<background>WhiteBackground.png</background>
<foreground>ExampleForeground.png</foreground>
<images>
<image><position x="0.0" y="0.0"/><size width="1.0" height="1.0"/></image>
</images>
</collage>
<collage>
<name>Single Image</name>
<icon>Single.svg</icon>
<background>WhiteBackground.png</background>
<images>
<image><position x="0.0" y="0.0"/><size width="1.0" height="1.0"/></image>
</images>
</collage>
<collage>
<name>Two Images</name>
<icon>Double.svg</icon>
<background>WhiteBackground.png</background>
<images>
<image>
<position x="0.0" y="0.0"/><size width="0.5" height="1.0"/>
<effectPreset>posterize.fsh</effectPreset>
</image>
<image>
<position x="0.5" y="0.0"/><size width="0.5" height="1.0"/>
<effectPreset>sepia.fsh</effectPreset>
<effectSelectable>false</effectSelectable>
</image>
</images>
</collage>
<collage>
<name>Four Images</name>
<icon>Four.svg</icon>
<background>WhiteBackground.png</background>
<images>
<image><position x="0.0" y="0.0"/><size width="0.5" height="0.5"/></image>
<image><position x="0.5" y="0.0"/><size width="0.5" height="0.5"/></image>
<image><position x="0.0" y="0.5"/><size width="0.5" height="0.5"/></image>
<image><position x="0.5" y="0.5"/><size width="0.5" height="0.5"/></image>
</images>
</collage>
<collage>
<name>Four Images with Background</name>
<icon>FourStars.svg</icon>
<background>StarsBackground.jpg</background>
<images>
<image><position x="0.05" y="0.05"/><size width="0.4" height="0.4"/></image>
<image><position x="0.55" y="0.05"/><size width="0.4" height="0.4"/></image>
<image><position x="0.05" y="0.55"/><size width="0.4" height="0.4"/></image>
<image><position x="0.55" y="0.55"/><size width="0.4" height="0.4"/></image>
</images>
</collage>
<collage>
<name>Four Images Border</name>
<icon>FourBorder.svg</icon>
<background>WhiteBackground.png</background>
<images>
<image>
<position x="0.0" y="0.0"/><size width="0.5" height="0.5"/>
<border><file>RedBorder.png</file><margin top="20" left="20" right="20" bottom="20"/></border>
</image>
<image>
<position x="0.5" y="0.0"/><size width="0.5" height="0.5"/>
<border><file>RedBorder.png</file><margin top="20" left="20" right="20" bottom="20"/></border>
</image>
<image>
<position x="0.0" y="0.5"/><size width="0.5" height="0.5"/>
<border><file>RedBorder.png</file><margin top="20" left="20" right="20" bottom="20"/></border>
</image>
<image>
<position x="0.5" y="0.5"/><size width="0.5" height="0.5"/>
<border><file>RedBorder.png</file><margin top="20" left="20" right="20" bottom="20"/></border>
</image>
</images>
</collage>
</catalog>