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
Imagesets files
Moderators: CEGUI MVP, CEGUI Team
- CrazyEddie
- CEGUI Project Lead
- Posts: 6760
- Joined: Wed Jan 12, 2005 12:06
- Location: England
- Contact:
Re: Imagesets files
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
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
Useful Links: Forum Guidelines | Documentation | Tutorials | HOWTO | Videos | Donate to CEGUI | CEGUI Twitter
Who is online
Users browsing this forum: No registered users and 4 guests