charls

C++ implementation of JPEG-LS image compression codec

brewmacoslinux
Try with needOr install directly
Source

About

C++ JPEG-LS library implementation

Commands

charls

Examples

Encode a raw image file to JPEG-LS format$ charls encode input.raw output.jls --width 512 --height 512
Decode a JPEG-LS file back to raw image format$ charls decode input.jls output.raw
Display information about a JPEG-LS file$ charls info image.jls