Menu

Tree [r91] /
 History

HTTPS access


File Date Author Commit
 jasper 2008-11-25 malat [r76] ENH: integrate Mathew Eis <mathew.eis AT gmail....
 jpeg-6b 2008-03-13 malat [r55] ENH: properly configure project to build 12bits...
 jpeg-ari 2007-09-16 malat [r54] ENH: add cmake stuff
 jpeg_ls 2008-07-31 malat [r57] BUG: fix code for 64bits platform
 ljpeg 2008-11-25 malat [r77] BUG: handle bits in samples properly
 ljpeg-6b 2008-08-03 malat [r67] ENH: that's all folks for today
 patches 2009-03-09 malat [r91] minimum patch to get locoe to run on amd64. gcc...
 pvrg 2008-12-22 malat [r90] rework
 README 2008-08-11 malat [r70] ENH: more links
 TODO 2008-08-20 malat [r71] ENH: update TODO

Read Me

jpeg-6b:
Contains the source of the JPEG lib from IJG (lossy only)
http://www.ijg.org/files/

jpeg_ls:
Contains the source of the JPEG-LS implementation from UBC
http://spmg.ece.ubc.ca/research/jpeg/jpeg_ls/jpegls.html
-> mirror at http://kt.ijs.si/aleks/jpeg-ls/mirror.htm

<http://www.dclunie.com/medical-image-faq/html/part7.html>
...
JPEG-LS ISO/IEC 14495-1 (ITU T.87) Information and codecs:
    * http://www.itu.int/rec/T-REC-T.87-199806-I/en JPEG-LS Standard (free from ITU)
    * http://www.jpeg.org/public/fcd14495p.pdf JPEG-LS Final Committee Draft
    * http://www.hpl.hp.com/loco/ JPEG-LS LOCO object code from HP
    * http://www.dclunie.com/jpegls.html JPEG-LS source code from David Clunie
    * http://spmg.ece.ubc.ca/research/jpeg/jpeg_ls/jpegls.html JPEG-LS source code from UBC (based on HP codec) (site is dead - see mirror below)
    * http://kt.ijs.si/aleks/jpeg-ls/mirror.htm Mirror of JPEG-LS source code from UBC (based on HP codec), Aleks Jakulin mirror site
...

ljpeg-6b:
Contains the source of the JPEG lib from IJG and the patch from Ken Murchison of Oceana Matrix Ltd (lossy+lossless)
Add lossless compression and decompression for JPEG (8, 12 and 16bits)
http://www.oceana.com/ftp/ljpeg/

jpeg-ari:
Contains the source of the JPEG lib from IJG and the patch from Guido Vollbeding <guido@jpegclub.org>
Add arithmetic encoding and decoding back-end for JPEG.
http://sylvana.net/jpeg-ari/