Imagesets files
Posted: Fri Jan 27, 2006 20:56
by Komayo
Hi all, first post on forum...
can the imageset file be greater than 256x256?, it has some special atributes?, can i get some info about them?
Thank you, komayo
Re: Imagesets files
Posted: Sat Feb 04, 2006 20:09
by CrazyEddie
An Imageset is a combination of a texture image file (like a .bmp, .png, .tga, etc) and a text file containing some XML (these are given the .imageset extension).
The texture image file can in theory be any size you like, though should be kept to powers of 2. The only limit to the allowable size is the maximum texture size of the graphics card in the computer - so basically you limit the size to that of the minimum specification of hardware that you are targetting.
The format of the imageset xml can be seen my looking at the existing imageset files in a text editor, and also by looking at the Imageset section in the cegui_mk2/XMLRefSchema/Readme.txt file.
HTH
CE