01.11.2021, 18:01
(01.11.2021, 09:21)Selur Wrote: Will look into it. Probably a typo somewhere.Hello,
source: https://github.com/WolframRhodium/muvsfu...c.py#L3700kernel: (string) Resample kernel of vszimg/fmtconv.
Default is 'Bicubic'.
-> kernels need to be restricted tosee: https://github.com/EleonoreMizo/fmtconv/...html#L1303
- 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
Thank you for the quick fix.
And taking advantage of this thread, to avoid making a new one unnecessarily. Could you let me know if it is possible to use SSIMD using the GPU? I read something about VS Placebo being able to do this, but I didn't get in-depth about it.