%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, see Command Explanations below), (needed for generating html documentation), and (needed to regnerate the pdf documention) User Notes: Installation of JasPer mkdir BUILD && cd BUILD && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_SKIP_INSTALL_RPATH=YES \ .. && make To test the results, issue: make test. 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;/html && install -v -m644 ../doc/*.pdf /usr/share/doc/jasper-&jasper-version; If was installed, the html documentation was automatically built. If desired, install these files as the root user: cp -Rv doc/html/* /usr/share/doc/jasper-&jasper-version;/html Command Explanations : This option is needed so the jiv program can be sucessfully built. If is installed, this option is required. : This option removes embedded library search paths. 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