Skip to content

More stride fixes and use of slices for runtime safety checks

Compare
Choose a tag to compare
@adworacz adworacz released this 27 Apr 22:26
· 48 commits to master since this release

0.4

  • More fixes for stride handling, this time for high bit depth content. I was missing a divide.
  • Change all filters to use slices instead of multi-pointers. Provides proper runtime safety checks in Debug mode.