TESTBED: Add test suite for image decoders#6454
Conversation
b311ba2 to
9011705
Compare
9011705 to
1d4105c
Compare
|
One odd thing I spotted: why are the test image files placed in a folder named "engine-data/testbed-audiocd-files/image"? The "testbed-audiocd-files" folder is defined in |
I agree it is odd, but I believe it was never changed as it's used for the scummvm.ini [testbed] path and moving it would require devs to update their config files |
1d4105c to
2d5298e
Compare
|
Thanks! Merging |
Adds test for image decoders using image created from the PM5544 test pattern using ImageMagick.
The pcx-24bpp seems to be rendered incorrectly with the wrong colors in this test. I'm not sure if there exist a specific configuration for PCX that would be correct or if a bug exists.
This test suite was built to test a few of the decoders altered in #6447