BRANCH-1.5:added a new indexer functionality to the library. With the new -jpip optio...
authorAntonin Descampe <antonin@gmail.com>
Fri, 9 Sep 2011 14:52:42 +0000 (14:52 +0000)
committerAntonin Descampe <antonin@gmail.com>
Fri, 9 Sep 2011 14:52:42 +0000 (14:52 +0000)
commit3d06f0307277d4372d83f06e96663f8d6a829ebc
treeb4206c90b4fe6f1fe2372ea0a0cf8513b669e2b2
parent5213675ba8d06c586aa5f65418ff850e238610d8
BRANCH-1.5:added a new indexer functionality to the library. With the new -jpip option at encoding, the user can now generate a JP2 file including an XML box with the index used when browsing the image with JPIP
22 files changed:
CHANGES
applications/JavaOpenJPEG/JavaOpenJPEG.c
applications/codec/image_to_j2k.c
applications/mj2/CMakeLists.txt
applications/mj2/Makefile.am
libopenjpeg/CMakeLists.txt
libopenjpeg/Makefile.am
libopenjpeg/cidx_manager.c [new file with mode: 0755]
libopenjpeg/cidx_manager.h [new file with mode: 0755]
libopenjpeg/cio.c
libopenjpeg/cio.h
libopenjpeg/indexbox_manager.h [new file with mode: 0755]
libopenjpeg/j2k.c
libopenjpeg/jp2.c
libopenjpeg/jp2.h
libopenjpeg/openjpeg.c
libopenjpeg/openjpeg.h
libopenjpeg/opj_includes.h
libopenjpeg/phix_manager.c [new file with mode: 0755]
libopenjpeg/ppix_manager.c [new file with mode: 0755]
libopenjpeg/thix_manager.c [new file with mode: 0755]
libopenjpeg/tpix_manager.c [new file with mode: 0755]