Make Skin
To earn free-of-charge registration you can make your own skin.
All skins are in SKINS\ directory and include two files:
skin_name.ski and any_graphics_file (for example Base.ski and Base.png)
Example of Base.png:

Blue color on the image shows transparent points (this color should differ from all colors on the skin). As you see skin can have any form and buttons arrangement.
Skin creation can be made in any graphics editor (for example in Photoshop or 3D Studio).
File with .ski-extension stores information about the skin and buttons arrangement.
Example of Base.ski:
; Base skin file for EasyStereo
; Made by ....
; e-mail: .....
[main]
skinfile=Base.png
transcolor=255
maincolor=16762880
[objview]
x=74
y=57
width=300
height=225
[minimize]
width=20
height=20
x=388
y=14
[close]
width=20
height=20
x=413
y=14
»
|