User Manual

Table Of Contents
Guides are a simple XML formatted text document saved with the .guide extension, as defined
below. This makes it easy to create and share guides.
Custom Guide Format
The guides are files that have drawing instructions a bit like code, like this:
Guide
{
Name = “10 Pixels”,
Elements =
{
HLine { Y1=”10T” },
HLine { Y1=”10B” },
VLine { X1=”10L” },
VLine { X1=”10R” },
},
}
Or an example of safe area:
Guide
{
Name = “Safe Frame,
Elements =
{
HLine { Y1=”10%, Pattern = 0xF0F0 },
HLine { Y1=”90%, Pattern = 0xF0F0 },
HLine { Y1=”95%” },
HLine { Y1=5%” },
VLine { X1=10%, Pattern = 0xF0F0 },
VLine { X1=90%, Pattern = 0xF0F0 },
VLine { X1=95%” },
VLine { X1=”5%” },
HLine { Y1=50%, Pattern = 0xF0F0, Color = { R =
1.0, G = 0.75, B = 0.05, A=1.0 } },
VLine { X1=”50%, Pattern = 0xF0F0, Color = { R =
1.0, G = 0.75, B = 0.05, A=1.0 } },
},
}
Chapter – 64 Bins 1291