/jasper

Actual JasPer version with GeoJP2 support

Primary LanguageCOtherNOASSERTION

JasPer with GeoJP2

This is modified JasPer library to build GDAL JPEG2000 driver (http://www.gdal.org/frmt_jpeg2000.html) with GeoJP2 (http://fileformats.archiveteam.org/wiki/GeoJP2) support enabled. Modified version from original GDAL page is too old. It can be downloaded here.

WARNING

For normal build of GDAL with current version of JasPer library you need to modify /frmts/jpeg2000/jpeg2000dataset.cpp file of GDAL source code. You need to remove the code block starts from line 49 up to line 189. This code block is bordered by the following lines:

// XXX: Part of code below extracted from the JasPer internal headers

...

// XXX: End of JasPer header.

Original JasPer ReadMe

JasPer Image Processing/Coding Tool Kit

This is the source distribution for JasPer. JasPer is a collection of software (i.e., a library and application programs) for the coding and manipulation of images. This software can handle image data in a variety of formats. One such format supported by JasPer is the JPEG-2000 format defined in ISO/IEC 15444-1.

The complete licensing terms for the JasPer software can be found in the file named "LICENSE" in the top level directory of this software distribution. Any use of this software contrary to the terms of the license is strictly prohibited. Recent changes made to the software can be found in the file "ChangeLog". Detailed documentation on the JasPer software can be found in the JasPer Software Reference Manual. This manual is located in the "doc" directory, and includes useful information such as: 1) how to build, install, and use the software, 2) how to submit report bugs, and 3) where to find additional information about the software.

The official web site for the JasPer software has the following URL:

http://www.ece.uvic.ca/~mdadams/jasper

The official Git repository for the JasPer software is hosted by GitHub. The URL for the GitHub site is as follows:

https://github.com/mdadams/jasper

The Git repository can be accessed via the URL:

https://github.com/mdadams/jasper.git

Information on how to install this software can be found in the file INSTALL.

The reference manual for this software can be found in the directory doc. The manual is provided in two formats: 1) HTML format in the directory doc/html Open the file doc/html/index.html in your web browser. 2) PDF format in doc/manual.pdf The old reference manual (which is still useful) can be found in: doc/jasper.pdf

All bug reports should be submitted via the issue-tracking system provided by GitHub. To submit a bug report, go the the following URL and click on the "New issue" button:

https://github.com/mdadams/jasper/issues

Please do not submit bug reports directly to the author via email, as bug reports that are not submitted via the above issue-tracking system on GitHub are easy to be lost.