From 30b3da007aed0b2d5c48fb93875a1341bfda5f30 Mon Sep 17 00:00:00 2001 From: Eduardo Pinho Date: Sat, 19 Oct 2024 12:22:27 +0100 Subject: [PATCH] [ts-registry] Update root crate documentation - JPEG-LS encoding is supported --- transfer-syntax-registry/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transfer-syntax-registry/src/lib.rs b/transfer-syntax-registry/src/lib.rs index 82a85230..5b7340f2 100644 --- a/transfer-syntax-registry/src/lib.rs +++ b/transfer-syntax-registry/src/lib.rs @@ -56,8 +56,8 @@ //! | JPEG Extended (Process 2 & 4) | Cargo feature `jpeg` | x | //! | JPEG Lossless, Non-Hierarchical (Process 14) | Cargo feature `jpeg` | x | //! | JPEG Lossless, Non-Hierarchical, First-Order Prediction (Process 14 [Selection Value 1]) | Cargo feature `jpeg` | x | -//! | JPEG-LS Lossless | Cargo feature `charls` | x | -//! | JPEG-LS Lossy (Near-Lossless) | Cargo feature `charls` | x | +//! | JPEG-LS Lossless | Cargo feature `charls` | ✓ | +//! | JPEG-LS Lossy (Near-Lossless) | Cargo feature `charls` | ✓ | //! | JPEG 2000 (Lossless Only) | Cargo feature `openjp2` or `openjpeg-sys` | x | //! | JPEG 2000 | Cargo feature `openjp2` or `openjpeg-sys` | x | //! | JPEG 2000 Part 2 Multi-component Image Compression (Lossless Only) | Cargo feature `openjp2` or `openjpeg-sys` | x |