1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 11:41:01 +00:00
serenity/Base/res/html/misc
Devashish 8b71b839fa 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.
2020-06-23 13:51:19 +02:00
..
bmpsuite_files LibGfx: Add BMP suite html files 2020-06-21 10:08:25 +02:00
jpgsuite_files LibGfx+LibWeb: Add JPEG decoder and integrate with LibWeb 2020-06-23 13:51:19 +02:00
pbmsuite_files Base: Test web page and images for PBM image file type 2020-06-21 16:42:46 +02:00
ppmsuite_files Base: Test web page and images for PPM image file type 2020-06-22 18:11:22 +02:00
90s-bg.png Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
acid1.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
acid2.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
afrag.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
alert.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
attrselectors.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
blink.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
bmfw.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
bmpsuite.html LibGfx: Add BMP suite html files 2020-06-21 10:08:25 +02:00
borders.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
br.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
canvas-path-quadratic-curve.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
canvas-path.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
canvas.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
css.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
data-url.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
demo.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
dom.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
empty.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
events.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
first-child.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
form.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
hover.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
html-escape-test.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
iframe-subframe.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
iframe.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
images.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
img-canvas.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
inline-block-link.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
inline-block.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
innerHTML.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
jpg.html LibGfx+LibWeb: Add JPEG decoder and integrate with LibWeb 2020-06-23 13:51:19 +02:00
last-child.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
link.css Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
link.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
location.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
lorem.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
many-buggies.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
margin-collapse-1.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
margin-collapse-2.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
only-child.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
palette.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
pbmsuite.html Base: Test web page and images for PBM image file type 2020-06-21 16:42:46 +02:00
percent-css.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
phint.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
pngsuite_bas_png.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
pngsuite_int_png.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
pngsuite_siz_png.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
position-absolute-from-edges.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
position-absolute-top-left.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
ppmsuite.html Base: Test web page and images for PPM image file type 2020-06-22 18:11:22 +02:00
qsa.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
raf.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
root.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
selectors.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
set-interval.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
simple.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
small.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
trigonometry.html Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00
welcome.html LibGfx+LibWeb: Add JPEG decoder and integrate with LibWeb 2020-06-23 13:51:19 +02:00
welcome.js Base: Move all the HTML test content into /res/html/misc 2020-06-17 20:09:44 +02:00