latest version v1.9 - last update 10 Apr 2010 |
Base class to functors which load and save images in PNG format. More...
#include <ltiPNGFunctor.h>
Classes | |
class | parameters |
Parameter class of the ioBMP class. More... | |
Public Member Functions | |
ioPNG () | |
~ioPNG () | |
const parameters & | getParameters () const |
virtual const char * | getTypeName () const |
Base class to functors which load and save images in PNG format.
There are two implementations of this functor.
We recomend to use the libpng, it is more robust against not 100% correct PNG-files, and it is faster. Mianos' implementation is mainly for windows users that do not want to install the pnglib.
lti::ioPNG::ioPNG | ( | ) |
default constructor
lti::ioPNG::~ioPNG | ( | ) |
destructor
const parameters& lti::ioPNG::getParameters | ( | ) | const |
returns current parameters.
Reimplemented from lti::ioFunctor.
virtual const char* lti::ioPNG::getTypeName | ( | ) | const [virtual] |
returns the name of this type
Reimplemented from lti::ioFunctor.
Reimplemented in lti::loadPNG, and lti::savePNG.