forked from pool/libjxl
libjxl 0.11
This commit is contained in:
parent
805ed64ff6
commit
0794408a85
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 11:48:46 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 0.11.0
|
||||
* Added Gain Map API: ``JxlGainMapBundle`` struct and API
|
||||
functions to read and write gain map
|
||||
``bundlesJxlGainMapWriteBundle`` and ``JxlGainMapReadBundle``
|
||||
as well as handling compressed ICC profiles:
|
||||
``JxlICCProfileEncode`` and ``JxlICCProfileDecode``.
|
||||
* Decoder API: added ``JXL_DEC_BOX_COMPLETE`` event to signal
|
||||
that the output buffer for the current box has received all
|
||||
contents.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 30 11:16:35 UTC 2024 - Cliff Zhao <qzhao@suse.com>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define lname libjxl0_10
|
||||
%define lname libjxl0_11
|
||||
%if "@BUILD_FLAVOR@" == "gtk"
|
||||
Name: libjxl-gtk
|
||||
%bcond_without gtk
|
||||
@ -24,7 +24,7 @@ Name: libjxl-gtk
|
||||
Name: libjxl
|
||||
%bcond_with gtk
|
||||
%endif
|
||||
Version: 0.10.3
|
||||
Version: 0.11.0
|
||||
Release: 0
|
||||
Summary: JPEG XL reference implementation
|
||||
License: BSD-3-Clause
|
||||
|
BIN
v0.10.3.tar.gz
(Stored with Git LFS)
BIN
v0.10.3.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
v0.11.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
v0.11.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user