.. index:: pair: class; P1::ImageSdk::IiqWriter .. _doxid-class_p1_1_1_image_sdk_1_1_iiq_writer: class P1::ImageSdk::IiqWriter ============================= .. toctree:: :hidden: Overview ~~~~~~~~ Writes a Iiq file to the disk synchronously with a custom made metadatabase. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class IiqWriter { public: // construction :target:`IiqWriter`( std::string filename, :ref:`P1::ImageSdk::RawImage`& image, :ref:`P1::ImageSdk::MetaDataBase`& metadata ); :target:`IiqWriter`( std::string filename, :ref:`P1::ImageSdk::RawImage`& image, :ref:`P1::ImageSdk::ConvertConfig`& config ); :target:`IiqWriter`( std::wstring filename, :ref:`P1::ImageSdk::RawImage`& image, :ref:`P1::ImageSdk::MetaDataBase`& metadata ); :target:`IiqWriter`( std::wstring filename, :ref:`P1::ImageSdk::RawImage`& image, :ref:`P1::ImageSdk::ConvertConfig`& config ); }; .. _details-class_p1_1_1_image_sdk_1_1_iiq_writer: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Writes a Iiq file to the disk synchronously with a custom made metadatabase. Writes a Iiq file to the disk synchronously including a convertconfig .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - filename - The path to the output file, it may be a single character or wide character string. * - image - The raw image's in memory representation * - metadata - The metadatabase to writen into the image file. * - SDKException - The function will throw an exception in case of failure. * - filename - The path to the output file, it may be a single character or wide character string. * - image - The raw image's in memory representation * - config - Is a convert config to write to iiq file * - SDKException - The function will throw an exception in case of failure.