Skip to content

WhatsNew

Antonin Descampe edited this page Jun 16, 2015 · 2 revisions

April 2014: OpenJPEG 2.1.0 released

OpenJPEG 2.1.0 has been released. More info here and a detailed view here.

April 2014: OpenJPEG 2.0.1 released

OpenJPEG 2.0.1 has been released. More info here and a detailed view here.

March 2014: OpenJPEG 1.5.2 released

OpenJPEG 1.5.2 has been released. More info here and a detailed view here.

November 2012: OpenJPEG 2.0.0 released

OpenJPEG 2.0.0 has been released. More info here and a detailed view here.

September 2012: OpenJPEG 1.5.1 released

OpenJPEG 1.5.1 has been released. More info here and a detailed view here.

February 2012: OpenJPEG 1.5 released

OpenJPEG 1.5 has been released. More info here.

April 2011: OpenJPIP 1.0 released

OpenJPIP 1.0 has been released and committed on the svn. More info here.

January 2011: Version 1.4 released

Version 1.4 has been released which includes all bugfixes since 1.3 (see CHANGES for list of them) and autotools.

October 2010: autotools available

On *nix and osx platforms, openjpeg library and executables can now be built using autotools. See INSTALL for more details.

November 2008: Switching our local svn platform to googlecode

Our svn has been moved and entirely synchronized with Google Code. From now on, news, checkout, downloads, etc will be available here : http://code.google.com/p/openjpeg.

August 2008: Version 2 added as a svn branch

Version 2 of OpenJPEG (still in alpha testing) has been added as a branch on the svn. More info on version 2 here.

21 December 2007: Version 1.3 Released

OpenJPEG version 1.3 has been released ! Here are the main characteristics of this new release:

  • Optimizations: Many optimizations have been implemented, leading to a significant decrease in the memory usage for large images and speed increase. The T1 and DWT are the main modules that have been optimized.
  • Indexing: The creation of indexes is now possible at encoding and decoding. An index provides useful information on the JPEG 2000 codestream like the progression order, number of layers and resolutions, the position and distorsion of each packets, ...
  • OPJViewer: The viewer has evolved a lot since version 1.2 ! It is now available on WIN32 and Linux32 and Linux64.
  • File formats: More uncompressed formats are handled. The RAW and TGA formats are added to the already available ones: TIF, BMP, PNM, PGM, PPM and PGX.

The library interface is basically the same as in version 1.2, with new features added.

4 June 2007: Version 1.2 Released

We're very happy to announce that OpenJPEG version 1.2 has been released. Here are the three main novelties:

  • Digital Cinema: OpenJPEG is now capable of encoding and decoding JPEG 2000 streams compatible with the JPEG Profile-3 (2K images) and Profile-4 (4K images). These profiles correspond to the DCI specifications.
  • Optimizations: The two main cores in terms of computation complexity (DWT and T1) have been optimized.
  • TIFF files are now handled. 8,12 and 16 bits per component are allowed.

More generally, the library robustness has been increased and several bugs have been corrected. Since the library structure has been modified, we have increased the soversion (it is now set to 2).

5 March 2007: Lots of news

We haven't been very active in updating this page recently. Here is a summary of the recent (and "not so recent") changes:

  • Group: In replacement of the forum, we've created a new moderated group to discuss about the OpenJPEG library. All your suggestion, comments and questions are welcome.
  • Version 1.1.1 has been released. Compared to version 1.0, this version of the library is more stable and has been (slightly) optimized for speed.
  • OPJViewer, and multi-platform JPEG 2000 viewer based on OpenJPEG, has been developped by the DSPLab of the University of Perugia. It is available from the SVN and currently in the win32 compiled version of OpenJPEG V1.1.1
  • JPWL: OpenJPEG is now compatible with the JPWL standard. This module is developped by the DSPLab of the University of Perugia.
  • 16 bit files are correctly handled by OpenJPEG.
  • SL: OpenJPEG is the JPEG 2000 codec used in the Open Source version of Second Life.

31 January 2006: Cmake files available

Thanks to Mathieu Malaterre from the GDCM project, CMake files have been added to the cvs repository. CMake is a cross-platform, open-source make system. Makefiles and project files for almost any platform can now easily be generated. Feel free to test them on your own platform and provide feedback.

15 December 2005: OpenJPEG 1.0 has been released

Thanks to Hervé Drolon from the Freeimage project, major enhancements have been brought to the OpenJPEG library. They are shortly summarized in the following list. As you will see, this new version is completely "iso-functional" in comparison with the previous one... Nevertheless, deep changes have been made giving the openjpeg library enough robustness to release version 1.0. The new library structure, function names, ... are largely inspired from the work that has been done for the JPEG library.

We hope that this robust and stable version of the OpenJPEG library will help you even more when building your JPEG 2000 applications !

Major changes :

  • User interface : the UI is now independent from the library code. In order to use the library, in addition to the binary of the library itself, you only need one header file : openjpeg.h. The interface is actually much inspired from the LibJPEG library. A DLL target will be added soon to the .lib/.so/.a targets already present.
  • Multi-threading : one of the major enhancements of this version : the library can know be used in multi-thread applications.
  • Error handling : the error handling system has been completely rebuilt and uses now an event managing system with callbacks. It manages errors, warnings and debug infos (like processing time, ...). Moreover, this system is easily extensible to other kind of events.
  • Parameters : parameters are sent to the codec through new strcutures called opj_cparameters_t et opj_dparameters_t. Adding new parameters is now very easy using these structures.
  • Documentation : the library is now documented with the Javadoc Standard. An html version of the documentation generated with Doxygen will soon be online.

1 september 2005: Forum has been opened

A forum has been opened where questions and comments can be posted about the library. Feel free to contribute !

27 april 2005: Version 0.97

Most of the the new features of version 0.97 are related to MJ2. It now includes a metadata reader from a Motion JPEG 2000 video file that generates an XML file with a representation of that content. This part of the OpenJPEG codec has been developped by Glenn Pearson . Thanks for his contributions ! This version also includes optimisations of the J2K and MJ2 codecs. Check the documentation for more info.

26 january 2005 : "layering" option added to the decoder

A '-l' option has been added to the decoder. This option allows user to specify the maximum number of layers to be decoded. In addition to this, the command line for the decoder (j2k_to_image) has been updated.

14 december 2004 : Version 0.96

This version integrated also updates for j2k, jp2 and mj2 file formats.

13 december 2004: Modularity increased with MJ2 files

The modularity of the MJ2 codec has been increased. Two tools (MJ2_Wrapper and MJ2_Extractor) are independant from OpenJPEG and enable you to wrap JPEG 2000 codestream into a MJ2 file, and to extract codestreams from MJ2 files. Besides these two new tools, the MJ2 codec compresses YUV frames to an MJ2 file, and decompresses them using the OpenJPEG codec.

20 July 2004 : Version 0.95

The main update of the version 0.95 is the Class-1 Profile-1 compliance of the decoder. We are working hard to make the whole codec full part-1 compliant as soon as possible (some tests are still to be made on the encoder). This version 0.95 integrates also recent updates like jp2 or mj2 file formats support

15 July 2004 : MJ2 files encoding and decoding

You can now create and decode Motion JPEG 2000 files with OpenJPEG. The compression from YUV files can be achieved using all standard OpenJPEG coding options applied to the J2K codestreams. You can use standard MJ2 boxes, or define your own. The decompression of MJ2 files to YUV is straightforward. For the moment, this new option is available only in the CVS package (not in the version 0.9 package).

25 June 2004 : JP2-format encoding and decoding

JP2 file-format is now managed by OpenJPEG. Just specify a .jp2 extension in place of the .j2k extension. At the encoder, you may specify the content of the JP2 boxes, or use the standard ones created by default. At the decoder, a JP2-structure is created and can be used afterwards. For the moment, this new option is available only in the CVS package (not in the version 0.9 package).

3 May 2004 : Version 0.9

Version 0.9 has been released. Several new features are available :

  • Option '-reduce n' added to the decoder. The decoder stops the inverse wavelet transform at the right resolution define through the option '-reduce n'. The value entered means that the dimension of the output image will be 2n times smaller than the original one.
  • New information inside index. In addition to the information already present in the index structure (byterange, ...), the distortion reduction brought by each packet has been added. This can be useful when browsing very large images through a network (JPIP protocol) or when evaluating the importance of each packet for error resilience. The structure of the index is fully described in the documentation.
  • Option '-q n' added to the encoder. This option enables the user to specifiy a psnr to which he/she wants the image to be compressed, in place of a compression ratio. The encoder will then give the smallest codestream reaching this quality level. The options '-q' and '-r' cannot be used together of course.
Clone this wiki locally