[Webkit-unassigned] [Bug 272105] New: [Cocoa] [Downlevels] Be ready for update libjxl to v0.9.0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 3 12:13:58 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=272105

            Bug ID: 272105
           Summary: [Cocoa] [Downlevels] Be ready for update libjxl to
                    v0.9.0
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Images
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com
                CC: sabouhallawa at apple.com

WebKit is using these two API from libjxl:

JxlDecoderGetICCProfileSize()
JxlDecoderGetColorAsICCProfile()

Cocoa ports are still using libjxl v0.8.1 on down levels. libjxl v0.9.0 removed an unused parameter `pixelFormat` from these two APIs. Other ports have already made the code ready for this change under `#if USE(LCMS)`. Cocoa ports need to do similar change under `#if USE(CG)`.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240403/abb89bef/attachment.htm>


More information about the webkit-unassigned mailing list