Each surface can have the following properties:
<surface name="my_surface" file="filename" format="image_format" >
To setup a surface resource, it is required to specify the name and file attributes of <surface>. If ClanLib has trouble determining what format the specified filename is in, the extension known by clanlib (eg. "jpg") can be told using the format attribute.
<surface>
Valid values:
Default value: None, MUST BE PRESENT.
Valid values:
Default value: None, MUST BE PRESENT.
Valid values: "png", "jpg", "tga, "pcx"
Default value: Uses the extension used in the file attribute.