]> Creatis software - gdcm.git/blob - src/gdcmopenjpeg/README.gdcm.txt
Fix mistypings
[gdcm.git] / src / gdcmopenjpeg / README.gdcm.txt
1 This directory contains a subset of the OpenJPEG project (http://www.openjpeg.org/)
2 The OpenJPEG library is an open-source JPEG 2000 codec written in C language. It
3 has been developed in order to promote the use of JPEG 2000, the new still-image
4 compression standard from the Joint Photographic Experts Group (JPEG). In
5 addition to the basic codec, various other features are under development, among
6 them the  JP2 and MJ2 (Motion JPEG 2000) file formats, an indexing tool useful
7 for the JPIP  protocol, JPWL-tools for error-resilience, a Java-viewer for
8 j2k-images, ...
9
10 The library is developed by the Communications and Remote Sensing Lab  (TELE),
11 in the Université Catholique de Louvain (UCL).
12
13 The OpenJPEG library is released under the BSD license (see BSDlicense.txt for
14 details). Or online at:
15 http://www.tele.ucl.ac.be/PROJECTS/OPENJPEG/BSDlicense.txt
16
17 We only include enough of distribution to build libopenjpeg. We temporarily
18 include the codec subdirs, just for developers. This allow us to build the
19 standalone executable in case we'll ever need to debug a problematic j2k stream.
20 Furthermore, the standard OpenJPEG build process is replaced with a CMake build
21 process.
22
23 We'd like to thank the OpenJPEG project for releasing an open source
24 implementation of the JPEG2000 codec. In particular, thanks to Antonin Descampe
25 for fixing the 'well known' 16bits j2k issue.
26
27 Modifications
28 -------------
29
30 - modification were made so that compilation with gcc -Wall flags passes without warnings
31 - remove all explicit tabs and replace by proper amount of spaces
32 - remove all Makefile, *.dsp files