Files
SimpleMediaUpscalerLite/website/plugins.md
2023-06-07 19:59:35 +02:00

11 lines
523 B
Markdown

# Writing plugins for SimpleMediaUpscalerLite
Your plugin has to fulfill the following requirements:
- Name of class it exposes has to be [name of engine]Scaler. The name of the file should be just the name of the engine in all lower case.
- It has to support a folder or an individual file as an input and the function, has to take the following arguments:
Argument | Variable type
---------|---------------
x | y
- The function has to return the path to the folder where the final resulting images are located.