Official repository of the OpenJPEG project
Go to file
Mathieu Malaterre f6cb0c86e2 [v2] remove ref to png.h file on win32 2012-03-16 16:47:44 +00:00
CMake For backward compatibility 2010-08-11 09:45:39 +00:00
codec [v2] remove ref to png.h file on win32 2012-03-16 16:47:44 +00:00
doc ENH: Add CMake/doxygen output 2007-09-06 15:10:15 +00:00
libopenjpeg fixed version number of openjpeg 2.0.0 in openjpeg.h 2011-07-03 17:58:59 +00:00
libs Deleting obsolete files and directories, adding v2-specific files and directories, updating existing files to v2. See README.v2 for more info 2008-07-31 18:47:41 +00:00
openjpegV2.xcodeproj V2 branch : modified the xcode project name for V2 2009-09-10 15:02:51 +00:00
test_Free_image_V2_tile_handling Attempt to fix win32 compilation 2010-06-23 13:22:03 +00:00
test_V2_tile_handling minor bugs fixed (see issue 31 on googlecode - Thanks to winfried) 2010-10-05 20:58:04 +00:00
CHANGES [V2] fixed dllexport definition (credit to vincent torri) 2011-04-13 11:01:12 +00:00
CMakeLists.txt [v2] do not make freeimage compulsary when not needed. 2012-03-11 13:57:26 +00:00
CTestConfig.cmake ENH: Adding configuration for submitting builds to the CDash Dasboard 2010-05-26 23:10:49 +00:00
LICENSE Removed folders mj2, JavaOpenJpeg, jpwl, OPJViewer (not compliant with v2). Removed obsolete windows project files. Removed obsolete Makefiles (only build method currently supported with v2 branch: cmake). Renamed ChangeLog to CHANGES. Renamed License.txt to LICENSE. Removed obsolete README files. 2011-04-12 23:36:01 +00:00
OpenJPEG.rc ENH: CMake: start compiling index_create. OpenJPEG.rc update copyright year 2007-09-06 14:46:24 +00:00
README.cmake ENH: CMake: output all executable/libs into one single directory 2007-09-06 11:01:10 +00:00
README.v2 Deleting obsolete files and directories, adding v2-specific files and directories, updating existing files to v2. See README.v2 for more info 2008-07-31 18:47:41 +00:00
opj_configure.h.in Deleting obsolete files and directories, adding v2-specific files and directories, updating existing files to v2. See README.v2 for more info 2008-07-31 18:47:41 +00:00

README.v2

Preliminary notes
-----------------

The Version 2 of openjpeg has been currently added as a branch on the repository. 

All the trunk has been copied and files that needed to change have been patched. In comparison with the trunk, the 'jp3d' directory has been removed because it's based on a modified version of libopenjpeg version 1 and there is no plan to make it reach the version 2 status. Idem with the 'indexer_JPIP', which is obsolete and should be rewritten from scratch.

At the time of the branch creation, the following files and directories have been updated (or added) for version 2 :
* libopenjpeg/
* codec/
* test_Free_image_V2_tile_handling/ : a test program that uses libopenjpeg v2 and libfreeimage (see libs) to implement a basic codec.
* test_V2_tile_handling/ : a test program that generates a random image and (de)compresses it with libopenjpeg v2.
* CMakeLists.txt
* Free_CMakeImport.cmake
* opj_configure.h.in

Other files and directories from the trunk (project files, jpwl/, OPJViewer/, ...) have also been copied in the branch and should be modified progressively to comply with v2. Check the Changelog for updates on this topic.

Enjoy v2 and feel free to contribute !


Instructions to compile v2
--------------------------

to be added.