OGRE  13.6
Object-Oriented Graphics Rendering Engine
STBIImageCodec

Codec for loading generic image formats (e.g. More...

Classes

class  Ogre::STBIImageCodec
 
class  Ogre::STBIPlugin
 

Detailed Description

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.