Fredrik Mellbin
Fredrik Mellbin
OSX is probably more interesting since it's easier to distribute binaries. Opinions and the will to support things welcome.
Some plugins are split into a data package and the actual dll. Like NNEDI3 and waifu2x. When these are combined into one package things become weird since the management doesn't...
Descale is an example of this. The python module and namespace of the plugin is the same. In this case it mostly works out fine since the modulename takes precedence...
Uninstall doesn't remove all packages that also depend on the package being uninstalled. This is probably not expected and definitely should be rectified. Or at least some warnings implemented.
Adding a hook and some clever guessing should make it possible to have the cython side automatically fetch, install, load and retry a statement where a plugin is missing.
You can't change the locale if you're a library. It affects everything else that's also loaded and can actually cause locale related operations in other threads to crash. Apart from...
The compat formats will be removed in future builds of VS meaning that you'll have to use RGB24 as output and pack the image yourself. You can get the beta...
Solution: add an annoying warning whenever loading one of these plugins
Add a filter/cache option that prints a warning if an upstream frame has to be fetched more than once.