jxrlib

Tools for JPEG-XR image encoding and decoding

brewmacoslinux
Try with needOr install directly
Source

About

Tools for JPEG-XR image encoding/decoding

Commands

JxrDecAppJxrEncApp

Examples

Decode a JPEG-XR image to a raw file$ JxrDecApp -i image.jxr -o image.raw
Encode a raw image file to JPEG-XR format$ JxrEncApp -i image.raw -o image.jxr
Decode JPEG-XR to BMP with quality settings$ JxrDecApp -i image.jxr -o image.bmp -q 80