#include <OgreSTBICodec.h>
|
| STBIImageCodec (const String &type) |
|
virtual | ~STBIImageCodec () |
|
virtual DecodeResult | decode (const DataStreamPtr &input) const |
|
DecodeResult | decode (const DataStreamPtr &input) const override |
|
virtual void | decode (const DataStreamPtr &input, const Any &output) const |
| Codes the data from the input chunk into the output chunk.
|
|
void | decode (const DataStreamPtr &input, const Any &output) const override |
| Codes the data from the input chunk into the output chunk.
|
|
virtual DataStreamPtr | encode (const Any &input) const |
| Codes the input and saves the result in the output stream.
|
|
DataStreamPtr | encode (const Any &input) const override |
| Codes the input and saves the result in the output stream.
|
|
virtual DataStreamPtr | encode (const MemoryDataStreamPtr &input, const CodecDataPtr &pData) const |
|
DataStreamPtr | encode (const MemoryDataStreamPtr &input, const CodecDataPtr &pData) const override |
|
virtual void | encodeToFile (const Any &input, const String &outFileName) const |
| Codes the data in the input chunk and saves the result in the output filename provided.
|
|
void | encodeToFile (const Any &input, const String &outFileName) const override |
| Codes the data in the input chunk and saves the result in the output filename provided.
|
|
virtual void | encodeToFile (const MemoryDataStreamPtr &input, const String &outFileName, const CodecDataPtr &pData) const |
|
void | encodeToFile (const MemoryDataStreamPtr &input, const String &outFileName, const CodecDataPtr &pData) const override |
|
String | getType () const override |
| Returns the type of the codec as a String.
|
|
String | magicNumberToFileExt (const char *magicNumberPtr, size_t maxbytes) const override |
| Maps a magic number header to a file extension, if this codec recognises it.
|
|
virtual | ~ImageCodec () |
|
String | getDataType () const |
|
virtual | ~Codec () |
|
bool | magicNumberMatch (const char *magicNumberPtr, size_t maxbytes) const |
| Returns whether a magic number header matches this codec.
|
|
◆ STBIImageCodec()
Ogre::STBIImageCodec::STBIImageCodec |
( |
const String & |
type | ) |
|
◆ ~STBIImageCodec()
virtual Ogre::STBIImageCodec::~STBIImageCodec |
( |
| ) |
|
|
inlinevirtual |
◆ encode() [1/4]
◆ encodeToFile() [1/4]
◆ decode() [1/4]
◆ getType()
String Ogre::STBIImageCodec::getType |
( |
| ) |
const |
|
overridevirtual |
Returns the type of the codec as a String.
Implements Ogre::Codec.
◆ magicNumberToFileExt()
Maps a magic number header to a file extension, if this codec recognises it.
- Parameters
-
magicNumberPtr | Pointer to a stream of bytes which should identify the file. Note that this may be more than needed - each codec may be looking for a different size magic number. |
maxbytes | The number of bytes passed |
- Returns
- A blank string if the magic number was unknown, or a file extension.
Implements Ogre::Codec.
◆ startup()
◆ shutdown()
◆ decode() [2/4]
Codes the data from the input chunk into the output chunk.
- Parameters
-
input | Stream containing the encoded data |
output | codec type specific result |
Reimplemented from Ogre::ImageCodec.
◆ decode() [3/4]
◆ decode() [4/4]
Codes the data from the input chunk into the output chunk.
- Parameters
-
input | Stream containing the encoded data |
output | codec type specific result |
Reimplemented from Ogre::ImageCodec.
◆ encode() [2/4]
Codes the input and saves the result in the output stream.
Reimplemented from Ogre::ImageCodec.
◆ encode() [3/4]
Codes the input and saves the result in the output stream.
Reimplemented from Ogre::ImageCodec.
◆ encode() [4/4]
◆ encodeToFile() [2/4]
Codes the data in the input chunk and saves the result in the output filename provided.
Provided for efficiency since coding to memory is progressive therefore memory required is unknown leading to reallocations.
- Parameters
-
input | The input data (codec type specific) |
outFileName | The filename to write to |
Reimplemented from Ogre::ImageCodec.
◆ encodeToFile() [3/4]
Codes the data in the input chunk and saves the result in the output filename provided.
Provided for efficiency since coding to memory is progressive therefore memory required is unknown leading to reallocations.
- Parameters
-
input | The input data (codec type specific) |
outFileName | The filename to write to |
Reimplemented from Ogre::ImageCodec.
◆ encodeToFile() [4/4]
The documentation for this class was generated from the following file: