Public Member Functions | |
virtual image | read (const std::string &filename) const =0 |
Read interface: Read a file and return an image. | |
virtual void | write (const image &im, const std::string &filename) const =0 |
Write interface: Write an image into the pointed file. | |
virtual | ~io_image () |
virtual destructor | |
Input/Output class for image manipulation Generic class with read/write interface needed to be specialised in specific format
|
virtual |
virtual destructor
|
pure virtual |
Read interface: Read a file and return an image.
Implemented in cpe::io_jpeg, and cpe::io_png.
|
pure virtual |
Write interface: Write an image into the pointed file.
Implemented in cpe::io_jpeg, and cpe::io_png.