Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Andrey Kamaev 04481d9ef4 Fix Android build with clang compiler 12 years ago
..
jasper Normalize line endings and whitespace 12 years ago
CMakeLists.txt Fix Android build with clang compiler 12 years ago
LICENSE "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
README "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
changelog Add changelog and copyright files from debian libjasper-dev (1.900.1-13) package 12 years ago
copyright Add changelog and copyright files from debian libjasper-dev (1.900.1-13) package 12 years ago
jas_cm.c Normalize line endings and whitespace 12 years ago
jas_debug.c Normalize line endings and whitespace 12 years ago
jas_getopt.c Normalize line endings and whitespace 12 years ago
jas_icc.c Normalize line endings and whitespace 12 years ago
jas_iccdata.c Normalize line endings and whitespace 12 years ago
jas_image.c Normalize line endings and whitespace 12 years ago
jas_init.c Normalize line endings and whitespace 12 years ago
jas_malloc.c Normalize line endings and whitespace 12 years ago
jas_seq.c Normalize line endings and whitespace 12 years ago
jas_stream.c Normalize line endings and whitespace 12 years ago
jas_string.c Normalize line endings and whitespace 12 years ago
jas_tmr.c Normalize line endings and whitespace 12 years ago
jas_tvp.c Normalize line endings and whitespace 12 years ago
jas_version.c Normalize line endings and whitespace 12 years ago
jp2_cod.c Normalize line endings and whitespace 12 years ago
jp2_cod.h Normalize line endings and whitespace 12 years ago
jp2_dec.c Normalize line endings and whitespace 12 years ago
jp2_dec.h Normalize line endings and whitespace 12 years ago
jp2_enc.c Normalize line endings and whitespace 12 years ago
jpc_bs.c Normalize line endings and whitespace 12 years ago
jpc_bs.h Normalize line endings and whitespace 12 years ago
jpc_cod.h Normalize line endings and whitespace 12 years ago
jpc_cs.c Normalize line endings and whitespace 12 years ago
jpc_cs.h Normalize line endings and whitespace 12 years ago
jpc_dec.c Normalize line endings and whitespace 12 years ago
jpc_dec.h Normalize line endings and whitespace 12 years ago
jpc_enc.c Normalize line endings and whitespace 12 years ago
jpc_enc.h Normalize line endings and whitespace 12 years ago
jpc_fix.h Normalize line endings and whitespace 12 years ago
jpc_flt.h Normalize line endings and whitespace 12 years ago
jpc_math.c Normalize line endings and whitespace 12 years ago
jpc_math.h Normalize line endings and whitespace 12 years ago
jpc_mct.c Normalize line endings and whitespace 12 years ago
jpc_mct.h Normalize line endings and whitespace 12 years ago
jpc_mqcod.c Normalize line endings and whitespace 12 years ago
jpc_mqcod.h Normalize line endings and whitespace 12 years ago
jpc_mqdec.c Normalize line endings and whitespace 12 years ago
jpc_mqdec.h Normalize line endings and whitespace 12 years ago
jpc_mqenc.c Normalize line endings and whitespace 12 years ago
jpc_mqenc.h Normalize line endings and whitespace 12 years ago
jpc_qmfb.c Normalize line endings and whitespace 12 years ago
jpc_qmfb.h Normalize line endings and whitespace 12 years ago
jpc_t1cod.c Normalize line endings and whitespace 12 years ago
jpc_t1cod.h Normalize line endings and whitespace 12 years ago
jpc_t1dec.c Normalize line endings and whitespace 12 years ago
jpc_t1dec.h Normalize line endings and whitespace 12 years ago
jpc_t1enc.c Normalize line endings and whitespace 12 years ago
jpc_t1enc.h Normalize line endings and whitespace 12 years ago
jpc_t2cod.c Normalize line endings and whitespace 12 years ago
jpc_t2cod.h Normalize line endings and whitespace 12 years ago
jpc_t2dec.c Normalize line endings and whitespace 12 years ago
jpc_t2dec.h Normalize line endings and whitespace 12 years ago
jpc_t2enc.c Normalize line endings and whitespace 12 years ago
jpc_t2enc.h Normalize line endings and whitespace 12 years ago
jpc_tagtree.c Normalize line endings and whitespace 12 years ago
jpc_tagtree.h Normalize line endings and whitespace 12 years ago
jpc_tsfb.c Normalize line endings and whitespace 12 years ago
jpc_tsfb.h Normalize line endings and whitespace 12 years ago
jpc_util.c Normalize line endings and whitespace 12 years ago
jpc_util.h Normalize line endings and whitespace 12 years ago

README

JasPer Readme
*************

This is the source code 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. The changes made to the software
since the last release are described in the file "NEWS". 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.

Enjoy! :)