Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/strukturag/libheif from 1.16.2 to 1.17.3 #7

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2023

Bumps github.com/strukturag/libheif from 1.16.2 to 1.17.3.

Release notes

Sourced from github.com/strukturag/libheif's releases.

v1.17.3 - bug fix

Bug fix #1026: corrected transform box generation for heif_orientation_flip_vertically and heif_orientation_rotate_90_cw_then_flip_vertically

v1.17.2 - maintenance release

Corrections:

  • #1010 loading of HEIF files with extra zero bytes at the end
  • #1015 / #1017 default nclx values now match sRGB
  • support JPEG2000 images with alpha channel
  • various smaller fixes

v1.17.1 - maintenance release

This release mainly fixes compilation and build issues for various platforms.

Other changes:

  • fix issue of loading images with premultiplied alpha channel,
  • correctly set compatible_version for macOS dylib builds,
  • fix loading HDR PNGs, but encoding them as 8-bit SDR,
  • fix saving AVIF with alpha using the SVT-AV1 encoder,
  • @​kleisauke has modernized the JS wrapper (thanks!).

v1.17.0 - Many new compression formats and codecs

This release introduces support for new compression formats:

  • JPEG in HEIF
  • JPEG2000

It contains these new codec plugins:

  • Kvazaar encoder (HEIC) as alternative to x265
  • ffmpeg decoder (HEIC) decoding with potential hardware decoder support
  • jpegdec, jpegenc codecs for JPEG in HEIF
  • j2kdec, j2kenc codecs for JPEG-2000 in HEIF (still experimental)

Moreover:

  • added support for region masks
  • added support for alpha channels in images decoded with JS/WASM
  • heif-enc and heif-convert can be called with only input filenames, input and output filename, or with -o option. This makes the use of the two commands more consistent.
  • added 4:2:2 4:4:4 color conversion with bilinear upscaling / average filtering

Some more notable changes:

  • heif_context_get_image_handle() can now also access non-top-level images
  • add script to build Android libraries for all platforms
  • again, known bugs have been fixed

Thank you everyone who contributed with code or issue reports. Special thanks go to @​bradh for work on the regions support and the uncompressed codec, to @​dukesook for his work on JPEG2000 support, to @​palemieux for our discussions on interpreting the JPEG2000-in-HEIF standard, to @​Edi61 for providing the ffmpeg decoder plugin, to @​fancycode who will again do the Debian packaging, and to @​kmilos for continuously reporting and fixing compilation and configuration issues.

Commits
  • 8bc6fce increase version to v1.17.3
  • d89cd55 Merge branch 'master' of github.com:strukturag/libheif
  • 1c50cde fix wrong orientation processing for 4 / 7 (#1026)
  • 760d8a8 Merge pull request #1024 from bradh/docs_2023-11-03
  • 15d91d0 doc: minor api documentation cleanups
  • e29fcc7 fix returning version number parts (#1023)
  • ab48741 Merge pull request #1022 from kmilos/kmilos/jp2_label
  • 47265d3 Use standard name for JPEG 2000
  • c469dcb increase version to v1.17.2
  • 3b1f465 check whether libpng supports iTXt chunks (#1020)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 3, 2023
Bumps [github.com/strukturag/libheif](https://github.com/strukturag/libheif) from 1.16.2 to 1.17.3.
- [Release notes](https://github.com/strukturag/libheif/releases)
- [Commits](strukturag/libheif@v1.16.2...v1.17.3)

---
updated-dependencies:
- dependency-name: github.com/strukturag/libheif
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/strukturag/libheif-1.17.3 branch from 486d7cc to a45611e Compare November 14, 2023 16:05
@jerbob92 jerbob92 merged commit 5b71036 into main Nov 14, 2023
3 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/strukturag/libheif-1.17.3 branch November 14, 2023 16:07
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant