index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
LibGfx
Age
Commit message (
Expand
)
Author
2023-05-14
Tests: Prefer TRY_OR_FAIL() and MUST() over EXPECT(!.is_error())
Ben Wiederhake
2023-05-12
LibGfx+Fuzz: Convert ImageDecoder::initialize to ErrorOr
Ben Wiederhake
2023-05-09
Tests: Add tests for 12 bits JPEGs
Lucas CHOLLET
2023-05-07
Tests/LibGfx: Add some test coverage for animated webp decoding
Nico Weber
2023-05-02
ICC: Implement TRC inversion in from_pcs for parametric curves
Nico Weber
2023-05-02
ICC: Implement some of Profile::from_pcs()
Nico Weber
2023-04-30
TestICCProfile: Don't capture sRGB by value
Nico Weber
2023-04-30
LibGfx: Add DeltaE() function
Nico Weber
2023-04-30
LibGfx: Move CIELAB to its own file
Nico Weber
2023-04-30
ICC: Add Profile::to_lab()
Nico Weber
2023-04-29
ICC: Rename XYZ and XYZNumber fields to uppercase
Nico Weber
2023-04-29
ICC: Add a test for Profile::to_pcs
Nico Weber
2023-04-09
LibGfx: Correctly decode webp lossless with small palette and odd width
Nico Weber
2023-04-08
Tests: Add webp lossless test with color index and < 16 colors
Nico Weber
2023-04-08
Tests: Add test for lossless webp file using a color indexing tranform
Nico Weber
2023-04-07
Tests: Add another test for webp lossless decoding
Nico Weber
2023-04-05
Tests: Add test for webp lossless decoding
Nico Weber
2023-04-03
Tests: Add benchmarks for `JPEGLoader`
Lucas CHOLLET
2023-04-03
Tests: Add a test for SOF2 JPEGs with successive approximations
Lucas CHOLLET
2023-03-25
LibGfx/JPEG: More support for scans with a single component
Lucas CHOLLET
2023-03-21
LibGfx: Move all image loaders and writers to a subdirectory
Lucas CHOLLET
2023-03-21
Tests: Add tests to verify alpha values are premultiplied when scaling
Tim Ledbetter
2023-03-16
LibGfx: Add test for serialized bytes of built-in sRGB profile
Nico Weber
2023-03-10
Tests: Add a test for JPEGs with RGB components
Lucas CHOLLET
2023-03-04
Tests: Replace test image with my own creation
Lucas CHOLLET
2023-03-04
Tests: Add a test for SOF2 images with only spectral selection
Lucas CHOLLET
2023-02-27
Tests: Add a test for SOF0 images with several scans
Lucas CHOLLET
2023-02-27
Tests: Rename "test_jpg" to "test_jpeg_sof0_one_scan"
Lucas CHOLLET
2023-02-26
LibGfx: Return bool not ErrorOr<bool> from ImageDecoderPlugin::sniff()
MacDue
2023-02-26
LibGfx: Implement WebPImageDecoderPlugin::loop_count()
Nico Weber
2023-02-26
LibGfx: Implement is_animated() and frame_count() for webp plugin
Nico Weber
2023-02-26
Tests: Add webp size decoding tests for webp
Nico Weber
2023-02-26
Tests: Add one more webp test file
Nico Weber
2023-02-26
Tests: Add one more webp test file
Nico Weber
2023-02-26
Tests: Add one more webp test file
Nico Weber
2023-02-26
Tests: Use MUST more in TestImageDecoder
Nico Weber
2023-02-24
LibGfx: Remove single-code point Font::glyph_or_emoji_width API
Timothy Flynn
2023-02-24
LibGfx+Tests: Add test for webp ICC loading and fix bug
Nico Weber
2023-02-19
Tests: Add a test for Gfx::ICC::encode()
Nico Weber
2023-02-18
LibGfx: Rename `JPGLoader` to `JPEGLoader`
Lucas CHOLLET
2023-02-05
LibGfx: Pass font width to `FontDatabase::get()`
Aliaksandr Kalenik
2023-02-01
Tests: Add a basic ICC profile test
Nico Weber
2023-02-01
LibGfx+Tests: Remove code unnecessary after 9e7c16d0a44052e598103
Nico Weber
2023-02-01
LibGfx: Move TestImageDecoder over to input file approach in 8cfabbcd933
Nico Weber
2023-02-01
LibGfx: Move TestFontHandling over to input file approach in 8cfabbcd933
Nico Weber
2023-01-29
Tests: Modernize TestImageDecoder a bit
Nico Weber
2023-01-29
Tests: Make LibGfx tests not depend on LibGUI
Nico Weber
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-20
Tests/LibGfx: Fix test_gif test case
Liav A
2023-01-20
Tests/LibGfx: Fix test_not_ico test case
Liav A
[next]