Skip to content

v1.7.0

Latest
Compare
Choose a tag to compare
@Vodes Vodes released this 01 Nov 20:17
· 1 commit to master since this release

What's Changed

  • RescaleBuilder is now mostly fully featured and DescaleTarget uses it internally to (mostly) retain API compatibility.
    You can consider the latter to be deprecated.
  • schizo_denoise keeps props intact now
  • Force fp32 in RescaleBuilder by @emotion3459 in #15
  • Update aa.py vstools.scale_8bit depreceated func to `vstools.scale_… by @srappan in #16
  • Updated noise.adaptive_grain by @yuv420p10le in #18

Breaking

  • ShaderDoubler and ClampedDoubler have been removed. Use the vsscale alternatives.
  • RescaleBuilder requires width now. Simplifies the calculations a bit and lets me call issues user error.

New Contributors

Full Changelog: v1.6.1...v1.7.0