wxWidgets/tests/image
Vadim Zeitlin 10a727bf1d Compare scaled images approximately in the unit tests.
Comparing them exactly results in tests failures when using compiler version
different from the one that was used to generate the test fails, see
http://thread.gmane.org/gmane.comp.lib.wxwidgets.devel/151149/focus=151154
and other messages in the same thread.
2015-04-12 22:56:24 +02:00
..
horse_bicubic_50x50.png
horse_bicubic_100x100.png
horse_bicubic_150x150.png
horse_bicubic_300x300.png
horse_bilinear_50x50.png Try rounding the values when resizing wxImage instead of truncating. 2014-01-26 16:24:42 +00:00
horse_bilinear_100x100.png Try rounding the values when resizing wxImage instead of truncating. 2014-01-26 16:24:42 +00:00
horse_bilinear_150x150.png Try rounding the values when resizing wxImage instead of truncating. 2014-01-26 16:24:42 +00:00
horse_bilinear_300x300.png Try rounding the values when resizing wxImage instead of truncating. 2014-01-26 16:24:42 +00:00
horse_box_average_50x50.png
horse_box_average_100x100.png
horse_box_average_150x150.png
horse_box_average_300x300.png
horse_grey_flipped.bmp
horse_grey.bmp
horse_rle4_flipped.bmp
horse_rle4.bmp
horse_rle8_flipped.bmp
horse_rle8.bmp
image.cpp Compare scaled images approximately in the unit tests. 2015-04-12 22:56:24 +02:00
rawbmp.cpp