Skip to content

Update jxl-oxide requirement from 0.5.1 to 0.7.0 in /packages/jxl/native - #12

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/packages/jxl/native/jxl-oxide-0.7.0
Closed

Update jxl-oxide requirement from 0.5.1 to 0.7.0 in /packages/jxl/native#12
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/packages/jxl/native/jxl-oxide-0.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 26, 2024

Copy link
Copy Markdown

Updates the requirements on jxl-oxide to permit the latest version.

Release notes

Sourced from jxl-oxide's releases.

jxl-oxide v0.7.0

Version 0.7.0 of jxl-oxide is mainly about optimizations and fixing bugs in edge cases. Some notable changes are:

WebAssembly bindings

jxl-oxide-wasm, WebAssembly bindings to jxl-oxide, is published to NPM. For now, it's a very simple package which can decode JPEG XL image to PNG. Demo can be found at tirr-c/jxl-oxide-wasm-demo.

16-bit Modular buffers

JPEG XL image can signal whether 16-bit buffers are sufficient to hold all Modular sub-images[^1]. jxl-oxide can now allocate smaller buffers when 16-bit buffers are sufficient.

[^1]: Modular sub-images are used not only in lossless Modular images, but also in lossy VarDCT images to store 8x subsampled LF images, HF metadata information etc.


Changed

Added

Fixed

Full Changelog: tirr-c/jxl-oxide@0.6.0...0.7.0

Changelog

Sourced from jxl-oxide's changelog.

[0.7.0] - 2024-02-24

Added

  • jxl-oxide-wasm which provides WebAssembly bindings (#223).

Changed

  • jxl-modular: Change interface to support 16-bit buffers.
  • jxl-render: Frame blending is deferred for better performance.

[0.6.0] - 2024-01-13

Added

  • jxl-color: HDR tone mapping and gamut mapping.
  • jxl-color: Add interface to integrate external CMS into jxl-color.
  • jxl-render: Add interface to request specific color encoding.

Changed

  • jxl-oxide-cli: jxl-dec and jxl-info are merged into jxl-oxide binary (#161).

[0.5.2] - 2023-12-23

Fixed

  • jxl-render: Fix aarch64 forward DCT bug (#150).

[0.5.1] - 2023-11-21

Fixed

  • jxl-oxide: Link to crate-level docs in README.md (#140).

[0.5.0] - 2023-11-21 [YANKED]

Added

  • Introduce parallelism in various places of decoding process.
  • Renderer is now thread safe.
  • Add SIMD routines for aarch64.
  • Allow decoding of incomplete, partial bitstreams.

Changed

  • Rewrite bitstream API so that data are pushed into decoder.

[0.4.0] - 2023-09-04

Added

  • jxl-render: Introduce cropped decoding API.
  • jxl-oxide-cli: --output-format option (#59).

Changed

  • jxl-oxide: Merge JxlRenderer into JxlImage.

Removed

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [jxl-oxide](https://github.com/tirr-c/jxl-oxide) to permit the latest version.
- [Release notes](https://github.com/tirr-c/jxl-oxide/releases)
- [Changelog](https://github.com/tirr-c/jxl-oxide/blob/main/CHANGELOG.md)
- [Commits](tirr-c/jxl-oxide@0.5.1...0.7.0)

---
updated-dependencies:
- dependency-name: jxl-oxide
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 26, 2024
@dependabot @github

dependabot Bot commented on behalf of github Mar 4, 2024

Copy link
Copy Markdown
Author

Superseded by #13.

@dependabot dependabot Bot closed this Mar 4, 2024
@dependabot
dependabot Bot deleted the dependabot/cargo/packages/jxl/native/jxl-oxide-0.7.0 branch March 4, 2024 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants