.. index:: pair: class; P1::ImageSdk::TiffWriter .. _doxid-class_p1_1_1_image_sdk_1_1_tiff_writer: class P1::ImageSdk::TiffWriter ============================== .. toctree:: :hidden: Overview ~~~~~~~~ Writes a Tiff file to the disk synchronously. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class TiffWriter { public: // construction :target:`TiffWriter`( std::string filename, :ref:`P1::ImageSdk::BitmapImage`& bitmap, :ref:`P1::ImageSdk::RawImage`& image, :ref:`TiffConfig`& config ); :target:`TiffWriter`( std::wstring filename, :ref:`P1::ImageSdk::BitmapImage`& bitmap, :ref:`P1::ImageSdk::RawImage`& image, :ref:`TiffConfig`& config ); }; .. _details-class_p1_1_1_image_sdk_1_1_tiff_writer: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Writes a Tiff file to the disk synchronously. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - filename - The path to the output file, it may be a single character or wide character string. * - bitmap - The rendered bitmap * - image - The raw image's in memory representation * - config - Describes the TIFF metadata/preview * - SDKException - The function will throw an exception in case of failure.