Repository for CharLS
CharLS is an optimized implementation of the JPEG-LS standard for lossless and near-lossless image compression
If you want to install this repository, please import its key first:
curl https://packages.pages.tworem.nl/opencv/charls/archive.gpg | sudo apt-key add -
Then install the repository using the following command:
echo "deb https://packages.pages.tworem.nl/opencv/charls $(lsb_release -s -c) main" | sudo tee -a /etc/apt/sources.list.d/heliumnet_charls.list
Do not forget to update your package lists afterwards:
sudo apt update
Additional resources