openjph

Open-source JPEG2000 Part-15 (HTJ2K) encoder and decoder

brewmacoslinux
Try with needOr install directly
Source

About

Open-source implementation of JPEG2000 Part-15 (or JPH or HTJ2K)

Commands

opj_compressopj_decompressopj_dump

Examples

Encode a PNG image to JPEG2000 format$ opj_compress -i input.png -o output.jp2
Decode a JPEG2000 file to PNG$ opj_decompress -i input.jp2 -o output.png
Display information about a JPEG2000 file$ opj_dump -i input.jp2