Tests: Replace test image with my own creation

This commit is contained in:
Lucas CHOLLET 2023-03-03 21:44:22 -05:00 committed by Linus Groh
parent 68cd6f5614
commit 7ddf9e9177
Notes: sideshowbarker 2024-07-16 23:28:59 +09:00
2 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ TEST_CASE(test_jpeg_sof0_several_scans)
EXPECT(plugin_decoder->initialize());
auto frame = MUST(plugin_decoder->frame(0));
EXPECT_EQ(frame.image->size(), Gfx::IntSize(720, 859));
EXPECT_EQ(frame.image->size(), Gfx::IntSize(592, 800));
}
TEST_CASE(test_jpeg_sof2_spectral_selection)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 14 KiB