mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 13:37:45 +00:00
LibGfx/JPEG: Add a JPEG encoder :^)
This encoder is very naive as it only output SOF0 images and uses pre-defined Huffman tables. There is also a small bug with quantization which make using it over-degrade the quality.
This commit is contained in:
parent
503720b574
commit
226b214142
4 changed files with 981 additions and 0 deletions
|
@ -39,6 +39,7 @@ set(SOURCES
|
|||
ImageFormats/ICOLoader.cpp
|
||||
ImageFormats/ImageDecoder.cpp
|
||||
ImageFormats/JPEGLoader.cpp
|
||||
ImageFormats/JPEGWriter.cpp
|
||||
ImageFormats/PBMLoader.cpp
|
||||
ImageFormats/PGMLoader.cpp
|
||||
ImageFormats/PNGLoader.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue