Function libCZI::CreateCZIWriter#
Defined in File libCZI.h
Function Documentation#
-
std::shared_ptr<ICziWriter> libCZI::CreateCZIWriter(const CZIWriterOptions *options = nullptr)#
Creates a new instance of the CZI-writer class.
- Parameters:
options – (Optional) Options for controlling the operation. This argument may be null, in which case default options are used.
- Returns:
The newly created CZI-writer.