24#ifndef QA_COMMON_WXIMAGE_TEST_UTILS__H 
   25#define QA_COMMON_WXIMAGE_TEST_UTILS__H 
   44bool IsImagePixelOfColor( 
const wxImage& aImage, 
int aX, 
int aY, 
const KIGFX::COLOR4D& aColor );
 
bool IsImagePixelOfColor(const wxImage &aImage, int aX, int aY, const KIGFX::COLOR4D &aColor)
Predicate to check an image pixel matches color and alpha.
 
bool ImagesHaveSamePixels(const wxImage &aImgA, const wxImage &aImgB)
Check if an image is identical to another image, pixel by pixel.
 
std::ostream & boost_test_print_type(std::ostream &os, wxImage const &aImage)