Learn R Programming

IFC (version 0.1.1)

cpp_getoffsets_wid: IFC_offsets Computation with Object Identification

Description

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

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.

verbose

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

Value

a list of integer vectors with OBJECT_ID, TYPE and OFFSET of IFDs found.