Update Rust crate image to v0.25.8 #73
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/image-0.x-lockfile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.25.6
->0.25.8
Release Notes
image-rs/image (image)
v0.25.8
Compare Source
v0.25.7
Compare Source
Features:
image
(#2372)API improvements:
save
,save_with_format
,write_to
andwrite_with_encoder
methods onDynamicImage
now automatically convert the pixel format when necessary instead of returning an error (#2501)DynamicImage::has_alpha()
convenience methodTryFrom<ExtendedColorType>
forColorType
(#2444)const HAS_ALPHA
to traitPixel
hooks
module to customize builtin behavior,register_format_detection_hook
andregister_decoding_hook
for the determining format of a file and selecting anImageDecoder
implementation respectively. (#2372)Performance improvements:
Bug fixes:
GifEncoder::encode()
ignoring the speed parameter and always using the slowest speed (#2504).pnm
is now recognized as a file extension for the PNM format (#2559)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.