.. index:: pair: class; P1::ImageSdk::PgmWriter .. _doxid-class_p1_1_1_image_sdk_1_1_pgm_writer: class P1::ImageSdk::PgmWriter ============================= .. toctree:: :hidden: Overview ~~~~~~~~ Writes a Pgm file to the disk synchronously. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class PgmWriter { public: // construction :target:`PgmWriter`( std::string filename, :ref:`P1::ImageSdk::BitmapImage`& bitmap, :ref:`P1::ImageSdk::RawImage`& image ); }; .. _details-class_p1_1_1_image_sdk_1_1_pgm_writer: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Writes a Pgm 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 * - SDKException - The function will throw an exception in case of failure.