Skip to content

v0.61b "Warm Slumber Party With Everyone"

Compare
Choose a tag to compare
@AkarinVS AkarinVS released this 24 Jul 01:05
· 76 commits to master since this release

v0.61b "Warm Slumber Party With Everyone"

lexpr only release. Introduces:

  • 32-bit integer sample type support;
  • hexadecimal/octal constants;
  • mirror boundary condition for relative pixel access, e.g.x[-1,3]:m; can also use boundary=1 parameter to set all boundary conditions to mirrored.

(If you wonder why supporting 32-bit integer formats is necessary when even builtin std.resize does not support this format:
it's to build a fast RGB24 to COMPATBGR32 converter for AkarinVS/vapoursynth-preview@d2b2d27)