Opened 7 months ago
Closed 7 months ago
#20374 closed enhancement (fixed)
libjxl-0.11.0
Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 12.3 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New minor version.
Change History (3)
comment:1 by , 7 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 7 months ago
comment:3 by , 7 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at commits
5df823f3da Update to libarchive-3.7.5. b08f250a39 Update to libjxl-0.11.0. 5413be2d50 Update to traceroute-2.1.6. 795b6454e0 Update to libadwaita-1.6.0.
Note:
See TracTickets
for help on using tickets.
[0.11.0] - 2024-09-13
Added
JxlGainMapBundle
struct and API functions to read and write gain map bundlesJxlGainMapWriteBundle
andJxlGainMapReadBundle
as well as handling compressed ICC profiles:JxlICCProfileEncode
andJxlICCProfileDecode
.JXL_DEC_BOX_COMPLETE
event to signal that the output buffer for the current box has received all contents. Previously, this was to be determined from the fact that the decoder had moved on either toJXL_DEC_SUCCESS
or to another subsequentJXL_DEC_BOX
. This change is made backward-compatible by the fact that the new event must be explicitly subscribed to, and thatJXL_DEC_SUCCESS
/JXL_DEC_BOX
still occur afterwards and still imply that the previous box must be complete.Changed / clarified