Loading [MathJax]/extensions/tex2jax.js
OGRE 14.3
Object-Oriented Graphics Rendering Engine
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
FreeImageCodec

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

Classes

class  Ogre::FreeImageCodec
 

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.