Skip to content

v2.0.0

Compare
Choose a tag to compare
@DarthAffe DarthAffe released this 10 Sep 21:45
· 32 commits to master since this release
9cc6cfb

! This release has a lot of breaking changes !

  • Splitted the capture logic from the core functionality. This allows to easily add new capture-providers, which I used to add a DirectX9 one (for Win7) and one for the X-Window-System for linux users in addition to the existing DirectX11-capture. (Both of the new capture-providers do not support the full feature-set: Downscaling is done in software, and display-rotation is not handled)
  • Reworked how the result-data is handled. You can still use the raw buffer, but there is now an image-wrapper around it, that allows for way easier pixel-access
  • Moved black-bar-detection into an extension to be applied on an image.

Full Changelog: v1.3.2...v2.0.0