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

..07-May-2022-

CMake/H28-Mar-2014-276224

applications/H28-Mar-2014-49,86932,532

doc/H28-Mar-2014-1,4831,378

libopenjpeg/H03-May-2022-22,55113,672

m4/H28-Mar-2014-424352

tests/H28-Mar-2014-2,8542,166

thirdparty/H28-Mar-2014-108,11474,269

AUTHORSH A D28-Mar-2014432 1411

CHANGESH A D28-Mar-20146.4 KiB199147

CMakeLists.txtH A D03-May-202211.6 KiB308265

CMakeLists.txt.origH A D28-Mar-201411.6 KiB307264

CTestConfig.cmakeH A D28-Mar-2014234 86

INSTALLH A D28-Mar-20143.7 KiB11585

LICENSEH A D28-Mar-20141.7 KiB3231

Makefile.amH A D28-Mar-20141.5 KiB7662

NEWSH A D28-Mar-2014773 2617

READMEH A D28-Mar-20141.3 KiB2621

THANKSH A D28-Mar-2014641 3431

bootstrap.shH A D28-Mar-201440 41

configure.acH A D28-Mar-201412.4 KiB546416

libopenjpeg-jpwl.pc.inH A D28-Mar-2014355 1412

libopenjpeg1.pc.cmakeH A D28-Mar-2014380 1311

libopenjpeg1.pc.inH A D28-Mar-2014324 1412

opj_config.h.cmake.inH A D28-Mar-20141.1 KiB3732

README

1
2OPENJPEG LIBRARY and APPLICATIONS
3----------------------------------
4
5Details on folders hierarchy:
6
7* libopenjpeg: contains the sources of the openjpeg library
8    * jpwl: contains the additional sources if you want to build a JPWL-flavoured library.
9* applications: contains all applications that use the openjpeg library
10    * common: common files to all applications
11    * codec: a basic codec
12    * mj2: motion jpeg 2000 executables
13    * JavaOpenJPEG: java jni to use openjpeg in a java program
14    * jpip: complete client-server architecture for remote browsing of jpeg 2000 images. See corresponding README for more details.
15    * OPJViewer: gui for displaying j2k files (based on wxWidget)
16* thirdparty: thirdparty libraries used by some applications. These libraries will be built only if there are not found on the system. Note that libopenjpeg itself does not have any dependency.
17* doc: doxygen documentation setup file and man pages
18* tests: configuration files and utilities for the openjpeg test suite. All test images are located in 'http://openjpeg.googlecode.com/svn/data' folder.
19* CMake: cmake related files
20* m4: autotools related files
21
22see LICENSE for license and copyright information.
23see INSTALL for installation procedures.
24see NEWS for user visible changes in successive releases.
25see CHANGES for per-revision changes.
26