LTI-Lib latest version v1.9 - last update 10 Apr 2010

lti::ioPNG Class Reference

Base class to functors which load and save images in PNG format. More...

#include <ltiPNGFunctor.h>

Inheritance diagram for lti::ioPNG:
Inheritance graph
[legend]
Collaboration diagram for lti::ioPNG:
Collaboration graph
[legend]

List of all members.

Classes

class  parameters
 Parameter class of the ioBMP class. More...

Public Member Functions

 ioPNG ()
 ~ioPNG ()
const parametersgetParameters () const
virtual const char * getTypeName () const

Detailed Description

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.


Constructor & Destructor Documentation

lti::ioPNG::ioPNG (  ) 

default constructor

lti::ioPNG::~ioPNG (  ) 

destructor


Member Function Documentation

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.


The documentation for this class was generated from the following file:

Generated on Sat Apr 10 15:28:06 2010 for LTI-Lib by Doxygen 1.6.1