#include <MRTiffIO.h>
Public Attributes | |
| uint8_t * | bytes { nullptr } |
| main output data, should be allocated | |
| size_t | size { 0 } |
| allocated data size | |
| TiffParameters * | params { nullptr } |
| optional params output | |
| AffineXf3f * | p2wXf { nullptr } |
| optional pixel to world transform | |
| bool | convertToFloat { true } |
| input if true loads tiff file as floats array | |
| float * | min { nullptr } |
| min max | |
| float * | max { nullptr } |