Skip to content

0.2.0

Choose a tag to compare

@ra1nty ra1nty released this 10 Mar 02:15
· 10 commits to main since this release
cedbe31

0.2.0

  • Added WinRT (Windows.Graphics.Capture) backend support, support cursor rendering, etc
  • Added a new processor split: cv2 backend / numpy (Cython-kernel) backend
  • Added Cython kernels (_numpy_kernels.pyx) for BGRA map/rotate/crop + color conversion, including OpenMP/tuning knobs.
  • Various performance improvements
  • Official hosted Doc
  • Enhanced examples

What's Changed

  • feat: add winrt backend and refactor capture duplicators by @ra1nty in #123
  • Cython kernel for rotation/cv2-free colorspace transform by @ra1nty in #125
  • 0.2.0 Release by @ra1nty in #126
  • ci(release): ensure pip cache dir exists in verify job by @ra1nty in #128

Full Changelog: v0.1.0...v0.2.0