| Class | Description |
|---|---|
| ImgReader |
This is the generic interface to be implemented by all image file (or other
resource) readers for different image file formats.
|
| ImgReaderPGM |
This class implements the ImgData interface for reading 8 bit unsigned data
from a binary PGM file.
|
| ImgReaderPGX |
This class extends the ImgReader abstract class for reading PGX files.
|
| ImgReaderPPM |
This class implements the ImgData interface for reading 8 bits unsigned
data from a binary PPM file
|
Copyright © 2015. All rights reserved.