commit | 750db13c3097a50ee1c55dc3a006229239cea745 | [log] [tgz] |
---|---|---|
author | Lode Vandevenne <lode@google.com> | Wed May 12 11:53:03 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 12 11:53:03 2021 |
tree | 0f2bc1d336f708f744ef53881af0649413c75814 | |
parent | e7ded64c6298b7558bdd5d1715b36f67932a36e4 [diff] |
Fix HLG transfer curve in jxl_image_decoder JXL uses the convention where the linear value goes from 0 to 1, while skcms uses 0 to 12, so using skcms_TransferFunction_makeScaledHLGish to add the 1/12th factor Bug: 1178058 Change-Id: Ib7f76aa7fc625a5dec91b6fdbaa4d11e5e9988e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2883709 Commit-Queue: Lode Vandevenne <lode@google.com> Reviewed-by: Brian Osman <brianosman@google.com> Reviewed-by: Leon Scroggins <scroggo@google.com> Cr-Commit-Position: refs/heads/master@{#882002}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.