diff options
author | Vijay Marcel <vijaymarcel@outlook.com> | 2022-09-17 19:15:46 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-25 13:59:41 +0700 |
commit | 24584bda44bc5db333d103eede45c10a10bda57f (patch) | |
tree | 1ca4cced4452335b08a7953407ba08fdca8644ea /libraries/libjxl/README | |
parent | 558929633d9c1e24aa476e43e21a6e1f2e3c28e5 (diff) |
libraries/libjxl: Added (JPEG XL Specification)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libjxl/README')
-rw-r--r-- | libraries/libjxl/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libraries/libjxl/README b/libraries/libjxl/README new file mode 100644 index 0000000000000..ba00fafa84caf --- /dev/null +++ b/libraries/libjxl/README @@ -0,0 +1,15 @@ +JPEG XL image coding system is particularly optimised for +responsive web environments so that content renders well on +a wide range of devices.Existing JPEG files can be losslessly +transcoded to JPEG XL and can also restored to exact same JPEG +file ensuring backward compatibility. + +JPEG XL is designed to meet the needs of image delivery on the +web and professional photography. It supports wide colour gamut +as well as high dynamic range and high bit depth images. JPEG XL +further includes features such as animation, alpha channels, layers, +thumbnails, lossless and progressive coding to support a wide range +of use cases including but not limited to photo galleries, e-commerce, +social media, user interfaces and cloud storage. To enable novel +applications, it also adds support for 360 degree images, +image bursts, large panoramas/mosaics, and printing. |