Skip to content
Snippets Groups Projects
Commit 4941cb48 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Document new support for JPEG XL

An alternative to using PPM, relies on libjxl from the JPEG.
JPEG XL is a superior modern format that supports both lossy and
lossless compression and does an excellent job at both.

The format also supports multiple frames (ie: animation), so can
be used for Cool Stuff in the future.

As an example, a large image that is 130MB in PPM format is only
6.8MB in JPEG XL format using the default quality settings of
ImageMagick (whatever they are).
parent 130c9e47
No related branches found
No related tags found
No related merge requests found
Pipeline #7457 passed
...@@ -2,6 +2,7 @@ Version 1.4a ...@@ -2,6 +2,7 @@ Version 1.4a
------------ ------------
Re-order BBS list entry fields Re-order BBS list entry fields
Fix various Prestel mode bugs Fix various Prestel mode bugs
Add support for JPEG XL graphics in addition to PPM
Version 1.3 Version 1.3
----------- -----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment