Main Content
openToWrite
Description
openToWrite(
opens the location specified by obj
,destination
,info
,currentLevel
)destination
for writing.
info
describes the object. currentLevel
indicates the current level for which data will be written.
Use this method to prepare the destination for writing. For example, you can open a file
handle or create a destination folder, then write a file header or metadata to the
destination. When writing multiresolution (pyramid) images, openToWrite
is called for each level before the corresponding level's setIOBlock
is
called.
Input Arguments
Version History
Introduced in R2021a