mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
ba6c68db6c
CharLS is a C++ implementation of the JPEG-LS standard for lossless and near-lossless image compression and decompression. JPEG-LS is a low-complexity image compression standard that matches JPEG 2000 compression ratios. Features: - C++14 library implementation with a binary C interface for maximum interoperability. - Supports Windows, Linux and Solaris in 32 bit and 64 bit. - Includes an adapter assembly for .NET based languages. - Excellent compression and decompression performance. WWW: https://github.com/team-charls/charls
13 lines
537 B
Plaintext
13 lines
537 B
Plaintext
CharLS is a C++ implementation of the JPEG-LS standard for lossless and
|
|
near-lossless image compression and decompression. JPEG-LS is a low-complexity
|
|
image compression standard that matches JPEG 2000 compression ratios.
|
|
|
|
Features:
|
|
- C++14 library implementation with a binary C interface for maximum
|
|
interoperability.
|
|
- Supports Windows, Linux and Solaris in 32 bit and 64 bit.
|
|
- Includes an adapter assembly for .NET based languages.
|
|
- Excellent compression and decompression performance.
|
|
|
|
WWW: https://github.com/team-charls/charls
|