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