summaryrefslogtreecommitdiff
path: root/Base/res/html/misc/jpgsuite_files/horizontally-halved-lena.jpg
diff options
context:
space:
mode:
authorDevashish <devashishjaiswal86@gmail.com>2020-05-18 13:28:27 +0530
committerAndreas Kling <kling@serenityos.org>2020-06-23 13:51:19 +0200
commit8b71b839fab65fe5f6cb5c8afc0fbe3b05f72f98 (patch)
treeb977a47b13f2d799cf62436403ecc70de1c6050f /Base/res/html/misc/jpgsuite_files/horizontally-halved-lena.jpg
parent10255bc5c6664ffcb8b496c34a7c34b56d898138 (diff)
downloadserenity-8b71b839fab65fe5f6cb5c8afc0fbe3b05f72f98.zip
LibGfx+LibWeb: Add JPEG decoder and integrate with LibWeb
This patch adds support for JPEG decoding. The JPEG decoder is capable of handling standard 2x1 horizontal, 2x1 vertical and quartered chroma subsampling. The implemented Inverse DCT performs with a decent speed. As of interchange formats, since we tend to ignore the metadata in APPn markers, the decoder can handle any format compatible with JFIF, which includes EXIFs and sometimes WebMs too. The decoder does not support progressive JPEGs yet.
Diffstat (limited to 'Base/res/html/misc/jpgsuite_files/horizontally-halved-lena.jpg')
-rw-r--r--Base/res/html/misc/jpgsuite_files/horizontally-halved-lena.jpgbin0 -> 29282 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/Base/res/html/misc/jpgsuite_files/horizontally-halved-lena.jpg b/Base/res/html/misc/jpgsuite_files/horizontally-halved-lena.jpg
new file mode 100644
index 0000000000..0f12c6af3e
--- /dev/null
+++ b/Base/res/html/misc/jpgsuite_files/horizontally-halved-lena.jpg
Binary files differ