wrap_j2k_in_mj2
Open-source implementation of JPEG2000 image codec
Install
- All systems
-
curl cmd.cat/wrap_j2k_in_mj2.sh
- Debian
-
apt-get install openjpeg-tools
- Ubuntu
-
apt-get install openjpeg-tools
- Alpine
-
apk add openjpeg
- Arch Linux
-
pacman -S openjpeg
- CentOS
-
yum install openjpeg
- Fedora
-
dnf install openjpeg
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install openjpeg-tools
- OS X
-
brew install openjpeg
- Raspbian
-
apt-get install openjpeg-tools
- Dockerfile
- dockerfile.run/wrap_j2k_in_mj2
- Docker
-
docker run cmd.cat/wrap_j2k_in_mj2 wrap_j2k_in_mj2
powered by Commando
openjpeg
Open-source implementation of JPEG2000 image codec
openjpeg-tools
command-line tools using the JPEG 2000 library
This package provides with command-line tools allowing for conversions between several formats and also provides tools for encoding and decoding motion-jpeg2000 video formats: - j2k_to_image: decodes j2k, jp2, and jpt files to pgm, ppm, pnm, pgx, and bmp. - image_to_j2k: encodes pnm, pgm, pgx, bmp, and ppm files to j2k, and jp2. - index_create: create jp2 with JPIP index file from a j2k file. - frames_to_mj2: convert YUV video streams to mj2 format. - mj2_to_frames: convert mj2 video streams to YUV format. - wrap_j2k_in_mj2: wrap j2k codestreams into mj2 format. - extract-j2k-from_mj2: extract j2k codestreams from the mj2 format.