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
Hugh Davenport
b9fa189d26
SystemMenu: Add hotkeys for Graphics menu
2024-01-14 15:16:45 -07:00
Nicolas Ramz
cd6c7f3fc4
LibGfx/ILBMLoader: Add support for PC DeluxePaint files
2023-12-13 10:39:13 +00:00
Lucas CHOLLET
26a3be17c8
Userland: Register TIFF as a supported image file type
...
This includes both .tiff and .tif extensions.
2023-11-06 12:29:30 -07:00
Nicolas Ramz
fda5590313
LibGfx/ILBM: Add an IFF-ILBM decoder :)
...
IFF was a generic container fileformat that was popular on the Amiga
since it was the only file format supported by Deluxe Paint.
ILBM is an image format popular in the late eighties/nineties
that uses the IFF container.
This is a very first version of the decoder that only supports
(byterun) compressed files with bpp <= 8.
Only the minimal chunks are decoded: CMAP, BODY, BMHD.
I am planning to add support for the following variants:
- EHB (32 colours + lighter 32 colours)
- HAM6 / HAM8 (special mode that allowed to display the whole Amiga
4096 colours / 262 144 colours palette)
- TrueColor (24bit)
Things that could be fun to do:
- Still images could be animated using color cycle information
2023-08-15 18:36:11 +01:00
Jelle Raaijmakers
bf927344fb
Base: Teach ImageViewer and PixelPaint to open JXL, TGA images
2023-08-09 14:40:26 +02:00
MacDue
7a0e3474d6
Base: Setup file associations for .tvg
2023-07-03 23:54:51 +02:00
Karol Kosek
a85c18d3c4
Base: Add .ico file association to Image Viewer and Pixel Paint
2023-02-04 18:02:03 -07:00
Tom Needham
761b89c28e
Base: Add ImageViewer as the default app to open TGA files :^)
...
This patch allows .tga files to be opened by ImageViewer automatically
when selected in FileManager
2023-01-15 12:43:03 +01:00
Linus Groh
82dde0ad0d
Base: Set ImageViewer as the launcher for .qoi files
2021-12-21 13:27:27 +01:00
LuK1337
fb66feef5e
Base: Add file associations for multiple programs
...
This change adds missing file association for the following programs:
- ImageViewer
- PDFViewer
- PixelPaint
- Playground
- Profiler
- SoundPlayer
2021-07-19 17:42:14 +04:30
stelar7
24c5b0e81c
LibGfx: Add support for DDS images
2021-05-18 08:45:53 +01:00
Andreas Kling
58d73ea36c
Userland: Rename QuickShow => Image Viewer
...
The old name was a bit too ambiguous. This one is crystal clear. :^)
2021-05-14 18:34:44 +02:00