cpe::io_png Class Reference
+ Inheritance diagram for cpe::io_png:
+ Collaboration diagram for cpe::io_png:

Public Member Functions

virtual image read (const std::string &filename) const
 Read jpeg image.
 
virtual void write (const image &im, const std::string &filename) const
 Write jpeg image.
 
- Public Member Functions inherited from cpe::io_image
virtual ~io_image ()
 virtual destructor
 

Detailed Description

Input/Output class for png reading/writing

Member Function Documentation

image cpe::io_png::read ( const std::string &  filename) const
virtual

Read jpeg image.

Implements cpe::io_image.

References cpe::image::set_raw_data().

Referenced by main().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void cpe::io_png::write ( const image im,
const std::string &  filename 
) const
virtual

Write jpeg image.

Implements cpe::io_image.

References cpe::image::Nx(), cpe::image::Ny(), and cpe::image::to_raw_data_rgba().

Referenced by main().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:


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