Bump image from 0.23.4 to 0.23.8
⚠️ Dependabot Preview has been deactivated ⚠️
This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.
If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.
Bumps image from 0.23.4 to 0.23.8.
Changelog
Sourced from image's changelog.
Version 0.23.8
flat::Errornow implements the standardErrortrait- The type parameter of
Maphas been relaxed to?Sized- Added the
imageops::tilefunction that repeats one image across anotherVersion 0.23.7
- Iterators over immutable pixels of
ImageBuffercan now be cloned- Added a
tgaencoder- Added
ColorMap::lookup, an optional reversal of the map- The
EncodableLayouttrait is now exportedVersion 0.23.6
- Added
png::ApngDecoder, an adapter decoding the animation in an APNG.- Fixed a bug in
jpegencoding that would darken output colors.- Added a utility constructor
FlatSamples::with_monocolor.- Added
ImageBuffer::as_flat_samples_mutwhich is a mutable variant of the existing ffi-helperImageBuffer::as_flat_samples.Version 0.23.5
- The
pngencoder now allows configuring compression and filter type. The output is not part of stability guarantees, see its documentation.- The
jpegencoder now accepts any implementor ofGenericImageView. This allows images that are only partially present in memory to be encoded.ImageBuffernow derivesHash,PartialEq,Eq.- The
Pixels/PixelsMutiterator no longer yields out-of-bounds pixels when the underlying buffer is larger than required.- The
pbmdecoder correctly decodes ascii data again, fixing a regression where it would use the sample value1as white instead of255.- Fix encoding of RGBA data in
gifframes.- Constructing a
Rows/RowsMutiterator no longer panics when the image has a width or height of0.
Commits
79b415bAdd release notes and update meta data for 0.23.800776e4Merge pull request #1292 from MicroJoe/fix-warningsebe2e6efix unused import warning in farbfeld.rs80ca569Merge pull request #1284 from MicroJoe/tile6eea623imageops: introduce tile functionbbcda52Merge pull request #1289 from wathiede/mastered5b309Merge pull request #1290 from sassman/masterac30aebMerge pull request #1288 from HeroicKatora/error-on-flat10591efdoc(buffers): describe the iteration order a bit further5405450imageops: Add?Sizedbound to generic typeMap.- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
@dependabot rebase
Dependabot tried to update this pull request, but something went wrong. The most likely cause is #40, which may be blocking Dependabot from updating your dependency files.