wxWidgets/tests/image
Artur Wieczorek d68bb24333 Fix rescaling images with wxIMAGE_QUALITY_BOX_AVERAGE
Current algorithm used to calculate the bounds of the boxes in the source
image to which the pixels in the target (rescaled) image are mapped to, has
flaws which cause a non-uniform distribution of the boxes in the source
image. And these miscalculations may result in the visible distortions
of the colours in the rescaled image.
New algorithm assures uniform distribution of the boxes in the source image
and thanks to the integer arithmetic is faster than currently used
and not prone to the problems with floating point representation.

Closes #18012.
2017-11-30 22:50:31 +01:00
..
cross_bicubic_256x256.png Add test of scaling wxImage 2016-07-22 23:00:48 +02:00
cross_bilinear_256x256.png Add test of scaling wxImage 2016-07-22 23:00:48 +02:00
cross_box_average_256x256.png Fix rescaling images with wxIMAGE_QUALITY_BOX_AVERAGE 2017-11-30 22:50:31 +01:00
cross_nearest_neighb_256x256.png Add test of scaling wxImage 2016-07-22 23:00:48 +02:00
horse_bicubic_50x50.png Fixed rescaling of wxImage 2016-07-22 23:00:33 +02:00
horse_bicubic_100x100.png Fixed rescaling of wxImage 2016-07-22 23:00:33 +02:00
horse_bicubic_150x150.png Fixed rescaling of wxImage 2016-07-22 23:00:33 +02:00
horse_bicubic_300x300.png Fixed rescaling of wxImage 2016-07-22 23:00:33 +02:00
horse_bilinear_50x50.png Fixed rescaling of wxImage 2016-07-22 23:00:33 +02:00
horse_bilinear_100x100.png Fixed rescaling of wxImage 2016-07-22 23:00:33 +02:00
horse_bilinear_150x150.png Fixed rescaling of wxImage 2016-07-22 23:00:33 +02:00
horse_bilinear_300x300.png Fixed rescaling of wxImage 2016-07-22 23:00:33 +02:00
horse_box_average_50x50.png Fix rescaling images with wxIMAGE_QUALITY_BOX_AVERAGE 2017-11-30 22:50:31 +01:00
horse_box_average_100x100.png Fix rescaling images with wxIMAGE_QUALITY_BOX_AVERAGE 2017-11-30 22:50:31 +01:00
horse_box_average_150x150.png Fix rescaling images with wxIMAGE_QUALITY_BOX_AVERAGE 2017-11-30 22:50:31 +01:00
horse_box_average_300x300.png Fix rescaling images with wxIMAGE_QUALITY_BOX_AVERAGE 2017-11-30 22:50:31 +01:00
horse_grey_flipped.bmp
horse_grey.bmp
horse_rle4_flipped.bmp
horse_rle4.bmp
horse_rle8_flipped.bmp
horse_rle8.bmp
image.cpp Show more information for wxImage::Scale() unit test failures 2017-11-21 14:27:29 +01:00
rawbmp.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00