cpp_getoffsets_wid: IFC_offsets Computation with Object Identification

View source: R/RcppExports.R

cpp_getoffsets_widR Documentation

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.

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.

Value

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

Source

TIFF 6.0 specifications archived from web https://web.archive.org/web/20211209104854/https://www.adobe.io/open/standards/TIFF.html


IFC documentation built on Sept. 14, 2023, 1:08 a.m.