Skip to content

Commit

Permalink
[ts-registry] Update root crate documentation
Browse files Browse the repository at this point in the history
- JPEG-LS encoding is supported
  • Loading branch information
Enet4 committed Oct 19, 2024
1 parent b02b953 commit 30b3da0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions transfer-syntax-registry/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 30b3da0

Please sign in to comment.