diff options
author | Lucas CHOLLET <lucas.chollet@free.fr> | 2023-05-07 14:33:04 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2023-05-09 07:00:15 +0200 |
commit | 9b5050a11cb594a020f5c5328709935bc74d1963 (patch) | |
tree | 60592c93eab60d6aa7142936051b7a2ddf3aad5b /AK/ConstrainedStream.cpp | |
parent | fb6b52b3fb88c8043904dc0e94705222b9aa0493 (diff) | |
download | serenity-9b5050a11cb594a020f5c5328709935bc74d1963.zip |
LibGfx/JPEG: Add support for `SOF1` images
More precisely, it allows the decoder to try `SOF1` images. There are
still some sub-kind of this kind of JPEG that we don't support. In a
nutshell `SOF1` images allow more Huffman and quantization tables, 12
bits precision and arithmetic encoding. This patch only brings support
for the "more tables" part.
Please note that `SOF2` images are also allowed to have more tables, so
we gave the decoder the ability to handle these in the same time.
Diffstat (limited to 'AK/ConstrainedStream.cpp')
0 files changed, 0 insertions, 0 deletions