]> Creatis software - gdcm.git/blob - src/gdcmjasper/README.gdcm.txt
Typo
[gdcm.git] / src / gdcmjasper / README.gdcm.txt
1 This directory contains a subset of the JasPer project.
2 The JasPer Project is an open-source initiative to provide a free software-based
3 reference implementation of the codec specified in the JPEG-2000 Part-1 standard
4 (i.e., ISO/IEC 15444-1). This project was started as a collaborative effort
5 between Image Power, Inc. and the University of British Columbia. Presently, the
6 ongoing maintenance and development of the JasPer software is being coordinated
7 by its principal author, Michael Adams, who is affiliated with the Digital
8 Signal Processing Group (DSPG) and Department of Electrical and Computer
9 Engineering at the University of Victoria.
10
11 We only include enough of distribution to build libjasper.  We do not
12 include the subdirs acaux,data and doc. We do not include either the standard 
13 executables that come with JasPer (imgcmp, imginfo, jiv). Furthermore, the standard 
14 libjasper build process is replaced with a CMake build process.
15
16 We'd like to thank the JasPer project and Image Power for releasing an open 
17 source implementation of the JPEG2000 codec.
18
19 Modifications
20 -------------
21
22 - modification were made so that compilation with gcc -Wall flags passes without warnings
23 - remove all explicit tabs and replace by proper amount of spaces
24 - remove all autotools/configure scripts