Build CEGUI with no default image codec.
Posted: Mon Jan 28, 2013 15:33
It'd be nice to be able to build cegui with no image codec. As far as I can see, if you use the Ogre renderer then the default image codec isn't used for anything because Ogre will be used for loading images. And yet CEGUI forces me to choose one:
Can we perhaps add a "null" image codec module?
As far as I can see it would be a very short commit. Good for the 0-7 branch I hope
Code: Select all
-- this setting selects the default image codec module
-- can be either "tga", "silly", "devil", "freeimage", "stb" or "corona"
-- SILLY was written for CEGUI
DEFAULT_IMAGE_CODEC = "silly"
Can we perhaps add a "null" image codec module?
As far as I can see it would be a very short commit. Good for the 0-7 branch I hope