Commit a7a9449 1 parent 169aea8 commit a7a9449 Copy full SHA for a7a9449
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- All notable changes to this project will be documented in this file.
3
+ All notable changes to this project are documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
- ## [ 2.3.0] - 2022-1-23
7
+ ## [ 2.3.0] - 2022-1-24
8
8
9
9
### Added
10
10
11
11
- The encoder API has been extended with a rewind method that can be used to re-use a configured encoder to encode multiple images in a loop.
12
12
- Added support to decode JPEG-LS images that use restart markers [ #92 ] ( https://github.com/team-charls/charls/issues/92 ) .
13
13
- Added support to write and read comment (COM) segments [ #113 ] ( https://github.com/team-charls/charls/issues/113 ) .
14
14
- Added support to encode/decode oversized images (width or height larger then 65535).
15
- - Extended the validation of the encoded byte stream during decoding.
15
+ - Extended the validation of the encoded JPEG-LS byte stream during decoding.
16
16
- Added support to encode JPEG-LS images with:
17
17
- The option to ensure the output stream has an even size.
18
18
- The option to write the CharLS version number as a comment (COM segment) to the output stream.
19
- - The option to write the coding parameters to the output stream if the bits per pixel is larger then 12 (enabled by default).
20
- - Usage of compiler specific attributes as replacement for `` [[nodiscard]] `` (C++17 feature).
19
+ - The option to write the coding parameters to the output stream if the bits per pixel are larger then 12 (enabled by default).
20
+ - Usage of compiler specific attributes on the public API as replacement for `` [[nodiscard]] `` (which is a C++17 feature).
21
21
22
22
### Fixed
23
23
You can’t perform that action at this time.
0 commit comments