Jaded-Encoding-Thaumaturgy / vs-scale

VapourSynth (de)scaling functions
MIT License
10 stars 4 forks source link

mixed_rescale: Fix downscaler `UnknownKernelError` #63

Closed LightArrowsEXE closed 1 year ago

LightArrowsEXE commented 1 year ago

This fixes the error thrown by passing anything but a regular Kernel, reported here. This has been tested with a Kernel object, DPID, and SSIM, and all appear to work now.

This PR also includes minor docstring updates.