wxWidgets/build/cmake/tests
Vadim Zeitlin 3ffc739e0e Only read BMP pixel data from stream in LoadBMPData()
This makes the code much more clear: LoadDib() now reads all the header
data while LoadBMPData() reads bitmap data only and doesn't read any
header values any more, unlike before.

It also allows not to have to pass neither bmpOffset nor IsBmp
parameters to LoadBMPData(), making its argument list much more
reasonable.

Finally, and, most importantly, it fixes loading bitmaps using
BI_BITFIELDS that was broken back in cccda9ef6b (Fix loading colour
palette from BMP file, 2019-12-28).

This commit also adds a unit test checking that this doesn't get broken
again without anyone noticing.

See #18634.

Closes #22499.
2022-06-08 23:49:18 +01:00
..
base Rename testdata.fc to testdata.conf 2021-12-10 17:26:49 +01:00
drawing CMake: Add argument to specify console app that uses gui libraries 2021-02-07 20:11:56 +01:00
gui Only read BMP pixel data from stream in LoadBMPData() 2022-06-08 23:49:18 +01:00
headers CMake: Add argument to specify console app that uses gui libraries 2021-02-07 20:11:56 +01:00
CMakeLists.txt