serenity/Base
Nico Weber 58838db445 LibGfx: Add the start of a JBIG2 loader
JBIG2 is infamous for two things:

1. It's used in xerox scanners were it falsifies scanned numbers:

https://www.dkriesel.com/en/blog/2013/0802_xerox-workcentres_are_switching_written_numbers_when_scanning

2. It was allegedly used in an iOS zero day, in a very cool way:

https://googleprojectzero.blogspot.com/2021/12/a-deep-dive-into-nso-zero-click.html

Needless to say, we need support for it in Serenity. (...because it's
used in PDF files.)

This adds all the scaffolding, but no actual implementation yet.

It's enough for `file` to print the mime type of .jb2 files, but `image`
can't do anything with the files yet.
2024-03-09 16:01:22 +01:00
..
etc Everywhere: Remove references to UserspaceEmulator 2024-01-29 20:20:55 +00:00
home/anon Base: Add a default AutoMark entry to the Terminal config file 2024-02-07 13:35:49 +01:00
res LibGfx: Add the start of a JBIG2 loader 2024-03-09 16:01:22 +01:00
root Everywhere: Remove references to UserspaceEmulator 2024-01-29 20:20:55 +00:00
usr/share Base: Improve 3DFileViewer manpage 2024-02-08 08:08:25 -07:00
www Base: Improve default WebServer pages 2022-02-23 21:28:17 +00:00