ladybird/Userland
Nico Weber d988b6facc LibGfx/WebPWriter+TestImageWriter: Fix bugs writing VP8X header
Two bugs:

1. Correctly set bits in VP8X header.
   Turns out these were set in the wrong order.

2. Correctly set the `has_alpha` flag.

Also add a test for writing webp files with icc data. With the
additional checks in other commits in this PR, this test catches
the bug in WebPWriter.

Rearrange some existing functions to make it easier to write this test:

* Extract encode_bitmap() from get_roundtrip_bitmap().
  encode_bitmap() allows passing extra_args that the test uses to pass
  in ICC data.
* Extract expect_bitmaps_equal() from test_roundtrip()
2024-05-08 16:34:11 +02:00
..
Applets
Applications HexEditor: Move endianness selector to Value Inspector panel 2024-05-07 16:33:59 -06:00
BuggieBox
Demos LibGUI+Everywhere: Rename the 'style' frame property to 'frame_style' 2024-04-30 17:46:41 -06:00
DevTools LibGUI+Everywhere: Rename the 'style' frame property to 'frame_style' 2024-04-30 17:46:41 -06:00
DynamicLoader DynamicLoader+LibSanitizer: Link LibSanitizer to DynamicLoader properly 2024-05-07 16:39:17 -06:00
Games Chess: Improve PGN importing 2024-05-06 19:25:07 +01:00
Libraries LibGfx/WebPWriter+TestImageWriter: Fix bugs writing VP8X header 2024-05-08 16:34:11 +02:00
Services Kernel: Add FUSE support 2024-05-07 16:54:27 -06:00
Shell
Utilities Utilities: Add fusermount 2024-05-07 16:54:27 -06:00
CMakeLists.txt