Skip to content

chore(deps): bump image from 4.8.0 to 4.9.1 - #18

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/image-4.9.1
Open

chore(deps): bump image from 4.8.0 to 4.9.1#18
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/image-4.9.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 31, 2026

Copy link
Copy Markdown

Bumps image from 4.8.0 to 4.9.1.

Changelog

Sourced from image's changelog.

4.9.1

  • Remove meta dependency.

4.9.0

  • Fix minMax returning incorrect values when the minimum or maximum was in the first pixel of a multi-channel image.
  • Fix copyResizeCropSquare ignoring the crop offset when using non-nearest interpolation, which off-centered the resized result.
  • Improve the precision of the RGB/XYZ/CIE-Lab color conversions, and round rather than truncate the final RGB values, making the conversions lossless.
  • Fix copyResizeCropSquare throwing a range error when a non-zero radius was used with a non-square image.
  • Fix non-antialiased drawLine drawing diagonal lines offset by ~1 pixel.
  • Preserve EXIF metadata when expanding an image with copyExpandCanvas.
  • Image.convert now applies an explicitly provided alpha value even when the format and channel count are unchanged.
  • Fix a range error in Image.fromBytes when the source row stride is smaller than the image's row stride.
  • Fix a RangeError when decoding images with corrupt EXIF data.
  • Reject non-BMP files that merely start with the BM signature instead of crashing the decoder.
  • Fix noise with NoiseType.saltAndPepper producing colored pixels instead of black/white ones.
  • colorOffset now scales its offsets to the bit depth of the image, so the effect is consistent regardless of the image's format.
  • Add fuzzy and padding options to trim and findTrim.
  • Add findEncoderForData, which returns an Encoder for a buffer of image data, complementing findDecoderForData.
  • Add a dispose option to GifEncoder to control the frame disposal method.
  • PsdImage.layers no longer throws a LateInitializationError when accessed before decode has been called.
Commits
  • da0106c remove meta dependency
  • 05b1090 change meta dependency to 1.18.0
  • e6b33bd fix cmd test not saving gif output
  • 011c784 update version
  • e3916e6 add more analysis rules; dart format
  • cafa9a1 Stop testImageConversions from writing per-conversion debug PNGs
  • b7e4786 Fix more triaged issue-tracker bugs
  • 1193a60 Strengthen test suite with invariant-based assertions
  • 5259c22 Fix a batch of triaged issue-tracker bugs
  • fd0a9f1 Fix decodePnmFile using Png instead of Pnm
  • 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 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.8.0 to 4.9.1.
- [Changelog](https://github.com/brendan-duncan/image/blob/main/CHANGELOG.md)
- [Commits](brendan-duncan/image@v4.8.0...4.9.1)

---
updated-dependencies:
- dependency-name: image
  dependency-version: 4.9.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 May 31, 2026
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.

0 participants