about summary refs log tree commit diff
path: root/converter/other/jpeg2000/libjasper/README
blob: b0512fe8b2056a2951544019924d3f47861f7bf5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
The code in the directory 'libjasper' is taken from the Jasper package.
In particular, from the 'src/libjasper' directory of Jasper Version
1.600.0.

The adaptation was done by Bryan Henderson on 2002.10.26.

The adaptation involved:

  - Remove stuff for formats other than JPEG-2000.

  - Replace build stuff (Jasper uses GNU Autoconf/Automake/Libtool).

  - Make JP2 decoder not dump the box to stderr unless debug is turned on.

See <http://www.ece.uvic.ca/~mdadams/jasper/>.


You cannot build this library without a 64 bit compiler (and 64 bit
types such as int64_t defined).  It does a lot of 64 bit arithmetic.