.. index:: pair: class; P1::ImageSdk::ImageDebug .. _doxid-class_p1_1_1_image_sdk_1_1_image_debug: class P1::ImageSdk::ImageDebug ============================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class ImageDebug { public: // methods static uint8_t* :target:`ImageCompare`( :ref:`BitmapImageRep`& src1, :ref:`BitmapImageRep`& src2, int diffMode ); static :ref:`BitmapImageRep`* :target:`ReadTiffBitmap`(std::string filename); static void :target:`WriteBmp`( std::string name, uint8_t* src, uint32_t w, int32_t h, int32_t stride, bool alignTo32Bit, bool convertFromBgr ); static void :target:`WriteBinaryData`( std::string name, :ref:`BitmapImageRep`& src, bool convertFromBgr ); static :ref:`BitmapImageRep`* :target:`ReadBinaryData`( std::string filename, int w, int h, int bytesPerSample, int samplesPerPixel ); };