Will look into it. Probably a typo somewhere.
source: https://github.com/WolframRhodium/muvsfu...c.py#L3700
-> kernels need to be restricted to
-> will fix
Cu Selur
kernel: (string) Resample kernel of vszimg/fmtconv.
Default is 'Bicubic'.
-> kernels need to be restricted to
- point
- rect
- linear
- cubic
- bicubic
- lanczos
- blackman
- blackmanminlobe
- spline16
- spline36
- spline64
- gauss
- sinc
- impulse <- can't be used, due to missing parameters
-> will fix
Cu Selur