Learn R Programming

IFC (version 0.2.1)

cpp_rawdecomp: IFC_object Decompression to RAW

Description

Operates decompression to raw of compressed image stored in TIFF file.

Arguments

fname

string, path to file.

offset

std::size_t, position of the beginning of compressed image.

nbytes

uint32_t, number of bytes of compressed image.

imgWidth

uint32_t, Width of the decompressed image. Default is 1.

imgHeight

uint32_t, Height of the decompressed image. Default is 1.

compression

uint32_t, compression algorithm used. Default is 30818.

swap

bool, whether to swap bytes or not. Default is false.

verbose

bool, whether to display information (use for debugging purpose). Default is false.