OGRE  13.6
Object-Oriented Graphics Rendering Engine
FreeImageCodec

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

Classes

class  Ogre::FreeImageCodec
 
class  Ogre::FreeImagePlugin
 

Detailed Description

Codec for loading generic image formats (e.g.

jpg, png) using FreeImage

This Codec is well-suited for files that are outside of your control. This merely wraps the original libraries, so all format variants are supported and security-vulnerabilities are mitigated. The downside that all external dependencies are required and there might be superfluous pixel conversions.