• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/workflows/H01-Aug-2021-7569

build/H01-Aug-2021-1,197947

data/H01-Aug-2021-142111

doc/H03-May-2022-1,8971,365

src/H01-Aug-2021-47,27929,205

test/bin/H01-Aug-2021-3,4802,805

.gitattributesH A D01-Aug-202168 43

.gitignoreH A D01-Aug-2021371 2824

.travis.ymlH A D01-Aug-20212 KiB8065

COPYRIGHTH A D01-Aug-2021130 32

INSTALLH A D01-Aug-20214.3 KiB14299

LICENSEH A D01-Aug-20212.7 KiB5244

NEWSH A D01-Aug-20216.1 KiB201146

READMEH A D01-Aug-20212.4 KiB5942

appveyor.ymlH A D01-Aug-2021579 3525

README

1JasPer Image Processing/Coding Tool Kit
2
3This is the source distribution for JasPer.  JasPer is a collection
4of software (i.e., a library and application programs) for the
5coding and manipulation of images.  This software can handle image
6data in a variety of formats.  One such format supported by JasPer
7is the JPEG-2000 format defined in ISO/IEC 15444-1.
8
9The complete licensing terms for the JasPer software can be found
10in the file named "LICENSE" in the top level directory of this
11software distribution.  Any use of this software contrary to the
12terms of the license is strictly prohibited.  Recent changes made
13to the software can be found in the file "ChangeLog".  Detailed
14documentation on the JasPer software can be found in the JasPer
15Software Reference Manual.  This manual is located in the "doc"
16directory, and includes useful information such as: 1) how to build,
17install, and use the software, 2) how to submit report bugs, and 3)
18where to find additional information about the software.
19
20The official web site for the JasPer software has the following URL:
21
22    https://jasper-software.github.io/jasper/
23
24The official Git repository for the JasPer software is hosted
25by GitHub.  The URL for the GitHub site is as follows:
26
27    https://github.com/jasper-software/jasper
28
29The Git repository can be accessed via the URL:
30
31    https://github.com/jasper-software/jasper.git
32
33Information on how to install this software can be found in the
34file INSTALL.
35
36The reference manual for this software can be found in the directory
37doc.  The manual is provided in two formats:
38    1) HTML format in the directory doc/html
39       Open the file doc/html/index.html in your web browser.
40    2) PDF format in doc/manual.pdf
41The old reference manual (which is still useful) can be found in:
42    doc/jasper.pdf
43
44The version of the reference manual corresponding to the most recent
45commit on the master branch of the JasPer Git repository can be found at:
46
47    https://jasper-software.github.io/jasper-manual
48
49All bug reports should be submitted via the issue-tracking system
50provided by GitHub.  To submit a bug report, go the the following
51URL and click on the "New issue" button:
52
53    https://github.com/jasper-software/jasper/issues
54
55Please do not submit bug reports directly to the author via email,
56as bug reports that are not submitted via the above issue-tracking
57system on GitHub are easy to be lost.
58
59