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 channels
NumericVector of minimal values for each channels
NumericVector of maximal values for each channels
IntegerVector of removal method to be used for each channels
LogicalVector of whether to add_noise for each channels
LogicalVector of whether to use full_range for each channels
LogicalVector of whether to use force_range for each channels
NumericVector of the gamma for each channels
IntegerVector, channels to extract
uint8_t, type of masked to extract. - 0: no mask - 1: at least one raw mask - 2: at least one clipped - 3: at least one masked - 4: at least one MC
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.