%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. &lfs72_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; Additional Downloads Required patch: JasPer Dependencies Required Recommended , , and User Notes: Installation of JasPer The package source is distributed in .zip format and requires unzip, but it has been correctly packaged and will create the jasper-&jasper-version; directory when you unzip it. patch -Np1 -i ../jasper-&jasper-version;-security_fixes-1.patch && ./configure --prefix=/usr --enable-shared --disable-static && make This package does not come with a testsuite. 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 : This command causes the shared library to be built. : These tell the configure script where to find Xorg if it is not in /usr/X11, /usr/X11R6, or /usr. 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 a library used by programs for reading and writing JPEG2000 format files. libjasper.so