Jaded-Encoding-Thaumaturgy / vs-denoise

VapourSynth denoising, regression, and motion compensation functions
MIT License
18 stars 6 forks source link

Update postprocess.py #94

Closed NSQY closed 1 year ago

NSQY commented 1 year ago

enable passing of functions into decrease_size

Setsugennoao commented 1 year ago

Please use correct typing, allow for kwargs to be passed (so use ParamSpec) and move default settings to a partial.

Setsugennoao commented 1 year ago

Also we might want to deprecate the parameters before removing them in the next major upgrade with breaking changes.