soopercool101 / BrawlCrate

BrawlBox/BrawlTools Fork, Wii File Editor
https://discord.gg/s7c8763
GNU Lesser General Public License v3.0
148 stars 38 forks source link

Bump image from 0.21.1 to 0.23.5 in /ColorSmash #47

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 2 years ago

Bumps image from 0.21.1 to 0.23.5.

Changelog

Sourced from image's changelog.

Version 0.23.5

  • The png encoder now allows configuring compression and filter type. The output is not part of stability guarantees, see its documentation.
  • The jpeg encoder now accepts any implementor of GenericImageView. This allows images that are only partially present in memory to be encoded.
  • ImageBuffer now derives Hash, PartialEq, Eq.
  • The Pixels/PixelsMut iterator no longer yields out-of-bounds pixels when the underlying buffer is larger than required.
  • The pbm decoder correctly decodes ascii data again, fixing a regression where it would use the sample value 1 as white instead of 255.
  • Fix encoding of RGBA data in gif frames.
  • Constructing a Rows/RowsMut iterator no longer panics when the image has a width or height of 0.

Version 0.23.4

  • Improved the performance of decoding animated gifs
  • Added crop_imm which functions like crop but on a shared reference
  • The gif DisposalMethod::Any is treated as Keep, consistent with browsers
  • Most errors no longer allocate a string, instead implement Display.
  • Add some implementations of Error::source

Version 0.23.3

  • Added ColorType::has_alpha to facilitate lossless conversion
  • Recognize extended WebP formats for decoding
  • Added decoding and encoding for the farbfeld format
  • Export named iterator types created from various ImageBuffer methods
  • Error in jpeg encoder for images larger than 65536 pixels, fixes panic

Version 0.23.2

  • The dependency on jpeg-decoder now reflects minimum requirements.

Version 0.23.1

  • Fix cmyk_to_rgb (jpeg) causing off by one rounding errors.
  • A number of performance improvements for jpeg (encode and decode), bmp, vp8
  • Added more details to errors for many formats

Version 0.23.0

This major release intends to improve the interface with regards to handling of color format data and errors for both decoding and encoding. This necessitated many breaking changes anyways so it was used to improve the compliance to the interface guidelines such as outstanding renaming.

It is not yet perfect with regards to color spaces but it was designed mainly as an improvement over the current interface with regards to in-memory color

... (truncated)

Commits
  • c7d533a Add a note to JPEG encode_image
  • 84fbcb8 Update meta data and changes
  • 71b9713 Expand doc on png configuration options
  • 78d65d1 Merge pull request #1256 from HeroicKatora/update-tiff-0.5
  • 2cb2a22 Update tiff to v0.5
  • 1eac5ba Merge pull request #1255 from robyoung/fix-as_flat_samples-docstring
  • c3721fb Minor doc fix to into_flat_samples
  • c38ee98 Merge pull request #1253 from robyoung/issue-1252-add-doc-to-ImageBuffer
  • 1face8f Direct user to DynamicImage for converting
  • 2276d72 Merge pull request #1248 from soruh/soruh/add-derives-to-ImageBuffer
  • 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 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/soopercool101/BrawlCrate/network/alerts).
dependabot[bot] commented 5 months ago

Superseded by #92.