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 image from 3.3.0 to 4.2.0 in /app #54

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

Bumps image from 3.3.0 to 4.2.0.

Changelog

Sourced from image's changelog.

4.2.0 - May 22, 2024

  • Fix decoding EXIF data from WebP.
  • Add ContrastMode.scurve to contrast filter.
  • Filter functions will auto-convert palette images
  • Add BinaryQuantizer.
  • Fix ditherImage not returning dithered image.
  • Fix APNG decoding.
  • drawString should use alpha color.
  • Improve performance of animated GIF decoding.
  • Fix TIFF tile decoding
  • Add solarize filter function
  • Fix decoding TIFF with ZLIB decoding
  • Add PNM format decoder.
  • Add support for uint16 palettes.

4.1.7 - February 10, 2024

  • JPEG images will finish decoding even if the file is incomplete or has errors.
  • Fix performance bug with Image.getBytes

4.1.6 - January 31, 2024

  • Incomplete or JPEGs with errors will now finish loading.

4.1.5 - January 31, 2024

  • Optimize copying bytes in Image.fromBytes
  • 2 channel images are treated as Luminance-Alpha

4.1.4 - January 12, 2024

  • Fix Image.getBytes when ChannelOrder has a different number of channels than the image.
  • copyResize command accepts maintainAspect and backgroundColor args.
  • Fix EXIF decoder when image has bad IFD offsets.
  • Improve drawString handling of new line characters when wrap is true.
  • Improve GIF animation decoding when each frame has its own palette.

4.1.3 - September 25, 2023

  • Fix crash in copyResize for non-nearest interpolation modes.

4.1.2

  • No changes, removing unnecessary files in 4.1.1.

4.1.1

  • Add maintainAspect and backgroundColor to copyResize to resize width and height of an image, without stretching the source (using background color to pad).

... (truncated)

Commits
  • 2616f71 Update version to 4.2.0
  • 3a7d3fa Add ContrastMode to contrast command
  • 7fa05e9 Merge pull request #652 from refotografia/main
  • dae22d0 Delete lib/src/filter/contrast_s_curve.dart
  • fa06aa5 Update contrast.dart
  • da0d543 Merge branch 'brendan-duncan:main' into main
  • a43a391 clean up analyzer warnings
  • a219747 WebP EXIF decoder
  • 634d85c Added s-curve contrast option
  • d2968da Filter functions should auto convert palette images
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [image](https://github.com/brendan-duncan/image) from 3.3.0 to 4.2.0.
- [Changelog](https://github.com/brendan-duncan/image/blob/main/CHANGELOG.md)
- [Commits](brendan-duncan/image@3.3.0...4.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 22, 2024
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.

0 participants