#include <ImageIO.h>
ImageIO
gives a namespace to image loading and saving routines.
Definition at line 84 of file ImageIO.h.
|
Disable the default constructor.
|
|
Disable the copy constructor.
|
|
Destructor.
|
|
Loads the specified PGM image.
Definition at line 38 of file ImageIO.cxx. References halftoner::Image::setColorAt(). |
|
Disable the assignement operator.
|
|
Saves the image in the PBM ascii format.
Definition at line 265 of file ImageIO.cxx. |
|
Saves the image in the PBM raw format.
Definition at line 218 of file ImageIO.cxx. References halftoner::Image::getCopy(). |