1 This directory contains a subset of the JPEG-LS Public Domain Code.
2 ISO/IEC JPEG-LS "The emerging lossless/near-lossless compression standard for
3 continuous-tone still images"
5 UBC's JPEG-LS Codec Implementation
6 http://kt.ijs.si/aleks/jpeg-ls/mirror.htm
8 The software is available via anonymous ftp at
9 ftp://dspftp.ece.ubc.ca/pub/jpeg-ls. Version 1.1 supports only the lossless part
10 of the standard, while version 2 supports the lossless and near lossless mode of
11 JPEG-LS. Version 2 also supports color and gray level images. Please note that
12 version 2 is based on HP's LOCO-I/JPEG-LS implementation V.0.90.
14 We only include enough of distribution to build libjpegls. We do not include
15 either the standard executables that come with JPEG-LS (JLSEncoder.exe), or the
16 sample dataset. Furthermore, the standard libjpegls build process is replaced
17 with a CMake build process.
19 We'd like to thank the UBC for releasing an open source JPEG-LS implementation
24 - modification were made so that compilation with gcc -Wall flags passes without warnings
25 - remove all explicit tabs and replace by proper amount of spaces
26 - remove all hardcoded makefile (hpux, vc)