CharLS comes as a library, I compiled it and there was only a dll and an exe with unit tests. I'm not into writing my own frontend, so I'm here to ask whether sb. has one and is willing to share it, please?
CharLS comes as a library, I compiled it and there was only a dll and an exe with unit tests. I'm not into writing my own frontend, so I'm here to ask whether sb. has one and is willing to share it, please?
http://charls.codeplex.com/
---
CHARLS is a speed optimized implementation of JPEG-LS
standard for lossless and near-lossless image compression
JPEG-LS .. matches JPEG 2000 compression ratios
This project's goal is .. a full implementation of JPEG-LS.
This library is written from scratch in portable C++.
All mainstream JPEG-LS features are implemented by this library.
..
CharLS is about twice as fast as the original HP code,
and beats both JPEG-XR and JPEG 2000 by a factor 3.
..
CharLS is being used by gdcm dicom toolkit: http://sourceforge.net/projects/gdcm/
---
do you mean this ?