Added tests for image reading

This commit is contained in:
Leonetienne
2022-03-06 12:08:26 +01:00
parent f279ffb50f
commit eb4fc0e964
11 changed files with 153 additions and 4 deletions

2
Test/TestAssets/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
# Allow images used for tests
!*.bmp

Binary file not shown.

After

Width:  |  Height:  |  Size: 768 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

View File

@@ -0,0 +1 @@
base*.bmp is always RGB, basea*.bmp is always RGBA.