#include <Image.h>
Image
represents 8-bit per pixel image.
Definition at line 37 of file Image.h.
|
Constructor.
|
|
Destructor.
|
|
Calculates the linear offset of the specified point.
|
|
Returns the color at the specified pixel.
|
|
Returns a copy of the raw pixels.
Definition at line 133 of file Image.cxx. Referenced by halftoner::ImageIO::savePBMraw(), halftoner::ErrorDiffusionHalftoner::scanline(), and halftoner::ErrorDiffusionHalftoner::serpentine(). |
|
Returns the height of the image.
Definition at line 81 of file Image.cxx. Referenced by halftoner::ErrorDiffusionHalftoner::scanline(), and halftoner::ErrorDiffusionHalftoner::serpentine(). |
|
Returns the address of the specified pixel.
|
|
Returns the raw pixels.
|
|
Returns the width of the image.
Definition at line 76 of file Image.cxx. Referenced by halftoner::ErrorDiffusionHalftoner::scanline(), and halftoner::ErrorDiffusionHalftoner::serpentine(). |
|
Changes the color at the specified pixel.
Definition at line 93 of file Image.cxx. Referenced by halftoner::VGexp::halftone(), halftoner::VG95::halftone(), halftoner::VG91::halftone(), halftoner::ImageIO::loadPGM(), and halftoner::ErrorDiffusionHalftoner::scanline(). |
|
Changes one line.
Definition at line 99 of file Image.cxx. Referenced by halftoner::ErrorDiffusionHalftoner::serpentine(). |
|
The height of the image.
|
|
The raw pixels.
|
|
The width of the image.
|