- ...
arguments to be passed to objectExtract
with the exception of 'ifd' and 'bypass'(=TRUE).
If 'param' is provided 'export'(="base64") and the above parameters will be overwritten.
If 'offsets' are not provided extra arguments can also be passed with ... to getOffsets
.
/!\ If not any of 'fileName', 'info' and 'param' can be found in ... then attr(offsets, "fileName_image") will be used as 'fileName' input parameter to pass to objectParam
.
- objects
integer vector, IDEAS objects ids numbers to use.
This argument is not mandatory, if missing, the default, all objects will be used.
- offsets
object of class `IFC_offset`.
This argument is not mandatory but it may allow to save time for repeated image export on same file.
- image_type
image_type of desired offsets. Either "img" or "msk". Default is "img".
- layout
a character vector of [acquired channels + 'composite' images] members to export. Default is missing to export everything.
Note that members can be missing to be removed from final display.
Note that members not found will be automatically removed and a warning will be thrown.
- name
id of the datatable container. Default is DisplayGallery.
- caption
whether to display caption name or not. Default is FALSE.
- pageLength
integer, number of objects to display per page. Default is 10.
- pdf_pageSize
string, page dimension when exporting to pdf. Default is "A2".
- pdf_pageOrientation
string, page orientation when exporting to pdf. Default is "landscape". Allowed are "landscape" or "portrait".
- pdf_image_dpi
integer, desired image resolution. Default is 96, for full resolution.
- extract_max
maximum number of objects to extract. Default is 10. Use +Inf to extract all.
- sampling
whether to sample objects or not. Default is FALSE.
- display_progress
whether to display a progress bar. Default is TRUE.
- mode
(objectParam
argument) color mode export. Either "rgb" or "gray". Default is "rgb".