You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added new value of HeifErrorCode enum - PluginLoadingError.
Added new value of HeifErrorSubCode enum: UnknownNclxColorPrimaries, UnknownNclxTransferCharacteristics, UnknownNclxMatrixCoefficients, UnsupportedHeaderCompressionMethod, PluginLoadingError, PluginIsNotLoaded, CannotReadPluginDirectory, Unknown.
Struct Encoder exposed in public interface of the crate.
Added enum ImageOrientation.
Added methods Encoder::image_orientation() and Encoder::set_image_orientation().
Added struct DecodingOptions.
Added type ColorProfleType.
Added structs ColorProfileRaw and ColorProfileNCLX.
Added methods Image::color_profile_raw() and Image::color_profile_nclx().
Added methods ImageHandle::color_profile_raw() and ImageHandle::color_profile_nclx().
Breaking changes
Argument ignore_transformations of ImageHandle::decode() method was
replaced on argument decoding_options.