You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've added an easy to use interface in the electron thread so that new upscalers can be quickly created and used in the app without any changes to the client code, simply creating a new class that implements the Upscaler interface and registering the upscaler in the upscaler.interface.ts is enough to get it working. I'm not sure what other upscalers could be added but this would improve the featureset of the app
The text was updated successfully, but these errors were encountered:
I've added an easy to use interface in the electron thread so that new upscalers can be quickly created and used in the app without any changes to the client code, simply creating a new class that implements the
Upscaler
interface and registering the upscaler in theupscaler.interface.ts
is enough to get it working. I'm not sure what other upscalers could be added but this would improve the featureset of the appThe text was updated successfully, but these errors were encountered: