diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2022-05-13 19:00:35 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2022-05-13 19:00:35 +0200 |
| commit | 0430f902f4f7c999cb26c4602bd78f5d7eae7150 (patch) | |
| tree | e9efe7eb51c42464397b5b5627f7bad60f650592 /_posts | |
| parent | 70f10885b0c0871d218a00f667bf22b86f870e25 (diff) | |
2.5.0 release
Diffstat (limited to '_posts')
| -rw-r--r-- | _posts/2022-05-13-OpenJPEG-2.5.0-released.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/_posts/2022-05-13-OpenJPEG-2.5.0-released.md b/_posts/2022-05-13-OpenJPEG-2.5.0-released.md new file mode 100644 index 00000000..a1bd18e7 --- /dev/null +++ b/_posts/2022-05-13-OpenJPEG-2.5.0-released.md @@ -0,0 +1,28 @@ +-- +layout: post +title: OpenJPEG 2.5.0 released +--- +{% include JB/setup %} + +Hello, + +[OpenJPEG 2.5.0](https://github.com/uclouvain/openjpeg/releases/tag/v2.5.0) is released today. + +This release brings several improvements on the encoder side: +* Encoder: add support for generation of TLM markers +* Decoder: add support for high throughput \(HTJ2K\) decoding. +* Decoder: add support for partial bitstream decoding. + +as well as various bugfixes, as detailed in the Changelog hereunder. + +Enjoy, + +Even + +More info: + +[News](https://github.com/uclouvain/openjpeg/blob/v2.5.0/NEWS.md) + +[Changelog](https://github.com/uclouvain/openjpeg/blob/v2.5.0/CHANGELOG.md) + +[Full Changelog](https://github.com/uclouvain/openjpeg/compare/v2.4.0...v2.5.0) |
