%general-entities; ]> $LastChangedBy$ $Date$ JasPer-&jasper-version; JasPer Introduction to JasPer The JasPer Project is an open-source initiative to provide a free software-based reference implementation of the JPEG-2000 codec. &lfs7a_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &jasper-md5sum; Download size: &jasper-size; Estimated disk space required: &jasper-buildsize; Estimated build time: &jasper-time; JasPer Dependencies Recommended Optional (required for jiv) User Notes: Installation of JasPer ./configure --prefix=/usr \ --enable-shared \ --disable-static \ --mandir=/usr/share/man && make To test the results, issue: make check. Now, as the root user: make install If you wish to install the PDF files for the Reference Manual and a tutorial on the JPEG-2000 standard, run the following commands as the root user: install -v -m755 -d /usr/share/doc/jasper-&jasper-version; && install -v -m644 doc/*.pdf /usr/share/doc/jasper-&jasper-version; Command Explanations --enable-shared: This switch causes the shared library to be built. Contents Installed Programs Installed Library Installed Directories imgcmp, imginfo, jasper, jiv, and tmrdemo libjasper.so /usr/include/jasper and /usr/share/doc/jasper-&jasper-version; Short Descriptions imgcmp compares two images of the same geometry. imgcmp imginfo displays information about an image. imginfo jasper converts images between formats (BMP, JPS, JPC, JPG, PGX, PNM, MIF, and RAS). jasper jiv displays images. jiv tmrdemo is a timer demonstration program. tmrdemo libjasper.so is a library used by programs for reading and writing JPEG2000 format files. libjasper.so