LibGfx: Add link to webp overview
This commit is contained in:
parent
0774d2135c
commit
d78c70c28c
Notes:
sideshowbarker
2024-07-17 05:19:06 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/d78c70c28c Pull-request: https://github.com/SerenityOS/serenity/pull/17603 Reviewed-by: https://github.com/linusg
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
#include <AK/Format.h>
|
||||
#include <LibGfx/WebPLoader.h>
|
||||
|
||||
// Overview: https://developers.google.com/speed/webp/docs/compression
|
||||
// Container: https://developers.google.com/speed/webp/docs/riff_container
|
||||
// Lossless format: https://developers.google.com/speed/webp/docs/webp_lossless_bitstream_specification
|
||||
// Lossy format: https://datatracker.ietf.org/doc/html/rfc6386
|
||||
|
|
Loading…
Add table
Reference in a new issue