Extracts object from ifd
string, path to file
List, ifd information of class IFC_ifd
List of colors to use.
DataFrame, channels information.
CharacterVector of indices for each channel.
NumericVector of minimal values for each channel.
NumericVector of maximal values for each channel.
NumericVector of X spatial offset correction for each channel.
NumericVector of Y spatial offset correction for each channel.
IntegerVector of removal method to be used for each channel.
LogicalVector of whether to 'add_noise'
for each channel.
LogicalVector of whether to use 'full_range'
for each channel.
LogicalVector of whether to use 'force_range'
for each channel.
NumericVector of the 'gamma'
for each channel.
IntegerVector, channels to extract.
uint8_t, type of mask to extract:
-0
: no mask,
-1
: at least one "raw"
,
-2
: at least one "clipped"
,
-3
: at least one "masked"
,
-4
: at least one "MC"
mask.
string, color mode export. Either "rgb"
, "gray"
or "raw"
. Default is "raw"
.
a length 2 IntegerVector of final dimensions (height,width) of the image. Default is 0,0
for no change.
bool, whether to display information (use for debugging purpose). Default is false
.
When 'add_noise'
is false
, background will be automatically set to minimal pixel value for "masked"
and "MC"
'removal'
method.