Learn R Programming

IFC (version 0.2.1)

cpp_getoffsets_noid: IFC_offsets Computation without Id Determination

Description

Returns offsets of the IFDs (Image Field Directory) within a TIFF file.

Value

an numeric vector with offsets of IFDs found.

Arguments

fname

string, path to file.

obj_count

R_len_t, numbers of objects present in the file. Default is 0. If obj_count <= 0 then progress_bar is forced to false.

display_progress

bool, whether to display a progress bar. Default is false.

pb

a List of class `IFC_progress` containing a progress bar of class `txtProgressBar`, `winProgressBar` or `Progress`. Default is R_Nilvalue.

verbose

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