1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:07:36 +00:00

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
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()); EXPECT(plugin_decoder->initialize());
auto frame = MUST(plugin_decoder->frame(0)); 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) TEST_CASE(test_jpeg_sof2_spectral_selection)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Before After
Before After