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