%general-entities; ]> $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. &lfs101_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 Required Recommended Optional (required for jiv), (needed for generating html documentation), and (needed to regnerate the pdf documentation) User Notes: Installation of JasPer The tarball jasper-&jasper-version;.tar.gz will extract to jasper-version-&jasper-version;. Install JasPer by running the following commands: mkdir BUILD && cd BUILD && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_SKIP_INSTALL_RPATH=YES \ -DJAS_ENABLE_DOC=NO \ -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/jasper-&jasper-version; \ .. && make To test the results, issue: make test. Now, as the root user: make install Command Explanations -DCMAKE_SKIP_INSTALL_RPATH=YES: This option removes embedded library search paths. -DJAS_ENABLE_DOC=NO: This option disables rebuilding the pdf documentation if is installed. Contents Installed Programs Installed Library Installed Directories imgcmp, imginfo, jasper, and jiv 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 libjasper.so is a library used by programs for reading and writing JPEG2000 format files libjasper.so