Victor Derks 25160a42fb Remove non functional CharLSUnitTest
Prevent that people are getting the impression that these unittest work. On the master they do work.
2019-05-04 12:33:41 +02:00
2016-01-23 21:15:49 +01:00
2017-10-03 14:44:13 +02:00
2016-01-23 21:46:51 +01:00
2017-10-03 14:38:22 +02:00

Build status Build Status

CharLS 1.x, a JPEG-LS library

Project Description

An optimized implementation of the JPEG-LS standard for lossless and near-lossless image compression. JPEG-LS is a low-complexity standard that matches JPEG 2000 compression ratios. In terms of speed, CharLS outperforms open source and commercial JPEG LS implementations.

IMPORTANT: this is the 1.x branch, which is C++03 compatible and in maintenaince mode to support platforms on which a C++14 compiler is not available. The general recommendation is to use the releases from the master branch.

Features

  • High performance C++03 implementation with a C interface to ensure maximum interopability.
  • Supports Windows, Linux and Solaris in 32 bit and 64 bit.

About JPEG-LS

JPEG-LS (ISO-14495-1:1999/ITU-T.87) is a standard derived from the Hewlett Packard LOCO algorithm. JPEG LS has low complexity (meaning fast compression) and high compression ratios, similar to JPEG 2000. JPEG-LS is more similar to the old Lossless JPEG than to JPEG 2000, but interestingly the two different techniques result in vastly different performance characteristics. Wikipedia on lossless JPEG and JPEG-LS Benchmarks JPEG-LS-Performance

Building CHARLS

Primary development

Primary development is done on Windows with Visual Studio 2017. Optimized projects and solution files are available for this environment.

All other platforms are supported by cmake. CMake is a cross platform open source build system that generate project\make files for a large set of environments.

Description
jpeg-ls decoder/encoder
Readme 17 MiB
Languages
C++ 92.6%
C 5.3%
CMake 2.1%