build(deps): bump libheif-rs from 0.15.1 to 0.19.2
Bumps libheif-rs from 0.15.1 to 0.19.2.
Release notes
Sourced from libheif-rs's releases.
[0.19.2] - 2023-03-22
Added
- Added method
HeifContext::set_max_decoding_threads().[0.19.1] - 2023-03-19
- Fixed
path_to_cstring()function for building on Windows (#11).[0.19.0] - 2023-03-12
Added
- Added
LibHeifstructure to initialise internals oflibheif, load plugins, get instances of encoders, decodeImageHandleintoImage, get version of linkedlibheif.- Added
EncoderDescriptorstructure that describe some properties of encoder and may be used to getEncoderinstance fromLibHeif.- Added
EncodingOptions::new()method.Changed
- BREAKING: Removed method
HeifContext::encoder_for_format(). UseLibHeif::encoder_for_format()method instead.- BREAKING: Removed method
ImageHandle::decode(). UseLibHeif::decode()method instead.- BREAKING: Lifetime of
Encoderstructure now bounds by lifetime ofLibHeifinstance.- BREAKING: Method
Encoder::name()now returnsStringinstead&str.- Structure
DecodingOptionswas exposed in public interface of the crate.[0.18.0] - 2023-03-02
Added
- Added methods
add_generic_metadata(),add_exif_metadata()andadd_xmp_metadata()forHeifContext.Changed
- BREAKING: Changed type of argument
type_filerof methodsImageHandle::number_of_metadata_blocks()andImageHandle::metadata_block_ids(). Now it must be something that implementsInto<FourCC>. For example -b"Exif".- BREAKING: Changed order of arguments of method
ImageHandle::metadata_block_ids().[0.17.0] - 2023-02-25
Added
- Added methods
Image::width()andImage::height()for receiving width and height of the main image channel (Y in YCbCr, or any in RGB).- Added method
Image::storage_bits_per_pixel(). This method returns the number of bits used for storage of each pixel.- Added methods
Image::set_color_profile_raw()andImage::set_color_profile_nclx().- Added field
storage_bits_per_pixelinto structurePlane.- Added method
ColorProfileRaw::new().- Methods
newandset_color_primarieswere addeded into structureColorProfileNCLX.Changed
- BREAKING: Old methods
Image::width(channel)andImage::height(channel)were renamed intoImage::channel_width(channel)
... (truncated)
Changelog
Sourced from libheif-rs's changelog.
[0.19.2] - 2023-03-22
Added
- Added method
HeifContext::set_max_decoding_threads().[0.19.1] - 2023-03-19
Fixed
- Fixed
path_to_cstring()function for building on Windows (#11).[0.19.0] - 2023-03-12
Added
- Added
LibHeifstructure to initialise internals oflibheif, load plugins, get instances of encoders, decodeImageHandleintoImage, get version of linkedlibheif.- Added
EncoderDescriptorstructure that describe some properties of encoder and may be used to getEncoderinstance fromLibHeif.- Added
EncodingOptions::new()method.Changed
- BREAKING: Removed method
HeifContext::encoder_for_format(). UseLibHeif::encoder_for_format()method instead.- BREAKING: Removed method
ImageHandle::decode(). UseLibHeif::decode()method instead.- BREAKING: Lifetime of
Encoderstructure now bounds by lifetime ofLibHeifinstance.- BREAKING: Method
Encoder::name()now returnsStringinstead&str.- Structure
DecodingOptionswas exposed in public interface of the crate.[0.18.0] - 2023-03-02
Added
- Added methods
add_generic_metadata(),add_exif_metadata()andadd_xmp_metadata()forHeifContext.Changed
- BREAKING: Changed type of argument
type_filerof methodsImageHandle::number_of_metadata_blocks()andImageHandle::metadata_block_ids(). Now it must be something that implementsInto<FourCC>. For example -b"Exif".- BREAKING: Changed order of arguments of method
ImageHandle::metadata_block_ids().
... (truncated)
Commits
17b8466chore: Release libheif-rs version 0.19.29cecf7fAdded methodHeifContext::set_max_decoding_threads().1ca325echore: Release libheif-rs version 0.19.1dd206eb- Fixedpath_to_cstring()function for building on Windowsb826955chore: Release libheif-rs version 0.19.0269b570- AddedLibHeifstructure to initialise internals oflibheif, load plugin...32f5490Fixed CHANGELOG.md80fc050Fixed test add_metadata49ab36achore: Release libheif-rs version 0.18.0da591ca- Changed type of argumenttype_filerof methods ``ImageHandle::number_of_m...- Additional commits viewable in compare view
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 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)
A newer version of libheif-rs exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
@dependabot rebase
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!
If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.