Function libCZI::CreateCZIWriter

Function libCZI::CreateCZIWriter#

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.