OGRE 14.3
Object-Oriented Graphics Rendering Engine
|
Codec for loading generic image formats (e.g. More...
Classes | |
class | Ogre::STBIImageCodec |
Codec for loading generic image formats (e.g.
jpg, png) using stb_image
This Codec is ideal for files, that you are in control of. There are no external dependencies and no superfluous pixel conversions. The downside is that not all format variants are supported and the code is more vulnerable to malicious files.