|
static bool | canDecode (const std::string fileName) |
|
|
| Decoder (const std::string fileName) |
| Construct a new decoder. More...
|
|
const std::string | m_fileName |
|
ImageBufferBase * FotoSHOCKcore::IO::PngDecoder::loadImage |
( |
unsigned int |
tileExtent) | |
|
|
virtual |
Load an image using a specified format.
This overload tries to load an image into a buffer with the format format.
- Parameters
-
tileExtent | tileExtent of the created ImageBuffer |
format | the format of the returned buffer |
- Returns
- pointer to dynamically allocated ImageBufferBase object containing the image
Implements FotoSHOCKcore::IO::Decoder.
The documentation for this class was generated from the following files:
- /home/lukas/development/C++/FotoSHOCK/src/core/IO/codecs/pngCodec.hpp
- /home/lukas/development/C++/FotoSHOCK/src/core/IO/codecs/pngCodec.cpp