Skip to content

v0.21.7

Choose a tag to compare

@github-actions github-actions released this 19 Mar 00:09
· 150 commits to main since this release
b42af2e
  • Add ImageSource::Entries for generating multi entry images.
    • SVG renderer now uses this to generate downscaled samples if requested.
  • Add ImageEntry::icc_profile that provides a copy of the ICC Profile metadata used for decoding.
    • Adds "image_meta_icc" feature, not enabled by default.
  • Add ImageEntry::exif that provides a copy of the EXIF metadata used for decoding.
    • Adds "image_meta_exif" feature, not enabled by default.
  • Add support for CUR cursor images.
    • Adds ImageEntry::cur_hotspot.
    • Adds "image_cur" feature.
    • Integrated with cursor property WindowVars::cursor.
  • Add support for extensions metadata in audio and image APIs.
  • Add ImageFormat::magic_numbers.
  • Add HeadlessApp::doc_test_deadline so spawn a timeout task in doctests.

Crates will be available on crates.io once Publish completes.