PNG image target. More...
#include <spatmod/imagetargetpng.h>

Classes | |
| class | FACTORY |
| Factory class for constructing TARGET_PNG instance. More... | |
Public Member Functions | |
| TARGET_PNG (STAGE *pInputStage, const FILEPATH &filepath, GEOFORMATS GeoFormats=GEOFORMAT_None) | |
| virtual | ~TARGET_PNG () |
PNG image target.
Supports DATATYPE of UINT8, UINT16 only. Supports PIXEL::TYPE of Single, Grayscale, Indexed, RGB, RGBA only. If Indexed then pixel lookup table must use RGB or RGBA.
| SPATMOD::IMAGE::TARGET_PNG::TARGET_PNG | ( | STAGE * | pInputStage, | |
| const FILEPATH & | filepath, | |||
| GEOFORMATS | GeoFormats = GEOFORMAT_None | |||
| ) |
Construct target with specified path.
| pInputStage | Stage in pipeline to obtain image data from | |
| filepath | Path to target file | |
| GeoFormats | Georeference formats |
| virtual SPATMOD::IMAGE::TARGET_PNG::~TARGET_PNG | ( | ) | [virtual] |
Destructor.
1.6.1