Helper to convert images (`IFC_images` object) to raw vector.
toBIN_images(
images,
w_con = raw(),
endianness = .Platform$endian,
verbose = FALSE,
display_progress = TRUE,
title_progress = "",
...
)
an raw vector of images binaries.
an `IFC_images` object.
a connection opened for writing. Default is raw().
The endian-ness ("big" or "little") of the target system for the file. Default is .Platform$endian.
Endianness describes the bytes order of data stored within the files. This parameter may not be modified.
whether to display message about current action. Default is FALSE.
whether to display a progress bar. Default is TRUE.
character string, giving the title of the progress bar. Default is "".
other arguments to be passed.