about summary refs log tree commit diff
path: root/converter/other/jpeg2000/libjasper/README
blob: ad3e019b333c5e0160f973fe6d98d4968405917d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 PNM.

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

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.