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
- @emotion3459 made their first contribution in #15
- @srappan made their first contribution in #16
- @yuv420p10le made their first contribution in #18
Full Changelog: v1.6.1...v1.7.0