Operates decompression to raw of compressed image stored in TIFF file.
string, path to file.
std::size_t, position of the beginning of compressed image.
uint32_t, number of bytes of compressed image.
uint32_t, Width of the decompressed image. Default is 1.
uint32_t, Height of the decompressed image. Default is 1.
uint32_t, compression algorithm used. Default is 30818.
bool, whether to swap bytes or not. Default is false.
bool, whether to display information (use for debugging purpose). Default is false.