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 methods add_generic_metadata(), add_exif_metadata() and add_xmp_metadata() for HeifContext.
Changed
BREAKING: Changed type of argument type_filer of methods ImageHandle::number_of_metadata_blocks() and ImageHandle::metadata_block_ids(). Now it must be something that implements Into<FourCC>. For example - b"Exif".
BREAKING: Changed order of arguments of method ImageHandle::metadata_block_ids().