Skip to content

Bump image from 4.9.2 to 4.10.1 - #1373

Merged
rolandgeider merged 1 commit into
masterfrom
dependabot/pub/image-4.10.1
Sep 26, 2026
Merged

rolandgeider merged 1 commit into
masterfrom
dependabot/pub/image-4.10.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor

Bumps image from 4.9.2 to 4.10.1.

Changelog

Sourced from image's changelog.

4.10.1

  • Fix alpha blending onto translucent pixels, which darkened translucent animated WebP frames (#804).
  • Fix a WebP alpha decode crash when a backward reference reaches the end of the image (#804).
  • Fix 16-bit grayscale+alpha images encoding to WebP as fully transparent (#804).
  • Pixels of images with no alpha channel now report full alpha in every format.
  • Fix PixelFloat16.a setter writing the green value.

4.10.0

  • Add lossy WebP encoding with encodeWebP(lossless: false) and the quality, method and alphaQuality options.
  • Improve lossless WebP compression, with file sizes now close to cwebp.
  • Add the exact and singleFrame options to encodeWebP.
  • WebPEncoder.exact now defaults to true, preserving the color under fully transparent pixels at the cost of larger files.
  • Fix WebP encoding of 16-bit and grayscale+alpha images.
  • Read ICC profiles when decoding WebP files.
  • Fix animated WebP frame durations, partial-frame disposal, and the background color byte order.
  • Fix lossless WebP decoding on the web, where the color cache hash lost precision.
  • Fix JPEG decoding failing with "Unknown JPEG marker" when a restart marker precedes the end of the image (#805).
Commits

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 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)

Bumps [image](https://github.com/brendan-duncan/image) from 4.9.2 to 4.10.1.
- [Changelog](https://github.com/brendan-duncan/image/blob/main/CHANGELOG.md)
- [Commits](brendan-duncan/image@v4.9.2...v4.10.1)

---
updated-dependencies:
- dependency-name: image
  dependency-version: 4.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Sep 21, 2026
@rolandgeider
rolandgeider merged commit e6ed02c into master Sep 26, 2026
17 checks passed
@dependabot
dependabot Bot deleted the dependabot/pub/image-4.10.1 branch September 26, 2026 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update Dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant