diff options
| author | David Ullmer <davidullmer@outlook.de> | 2021-08-15 20:32:08 +0200 |
|---|---|---|
| committer | Cody Robibero <cody@robibe.ro> | 2022-01-04 08:20:16 -0700 |
| commit | 4ba168c8a1be41d1c9db581bc79f170e24327d19 (patch) | |
| tree | 6610e772ba25a292dd79b61e58e8348bd0f2694e /MediaBrowser.Controller/Drawing/IImageEncoder.cs | |
| parent | c6a1dcf420dfbb4bef80b1267fe26035e67f9a6d (diff) | |
Add splashscreen builder
Diffstat (limited to 'MediaBrowser.Controller/Drawing/IImageEncoder.cs')
| -rw-r--r-- | MediaBrowser.Controller/Drawing/IImageEncoder.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Drawing/IImageEncoder.cs b/MediaBrowser.Controller/Drawing/IImageEncoder.cs index 4e67cfee4..57d73699f 100644 --- a/MediaBrowser.Controller/Drawing/IImageEncoder.cs +++ b/MediaBrowser.Controller/Drawing/IImageEncoder.cs @@ -74,5 +74,11 @@ namespace MediaBrowser.Controller.Drawing /// <param name="options">The options to use when creating the collage.</param> /// <param name="libraryName">Optional. </param> void CreateImageCollage(ImageCollageOptions options, string? libraryName); + + /// <summary> + /// Creates a splashscreen image. + /// </summary> + /// <param name="options">The options to use when creating the splashscreen.</param> + void CreateSplashscreen(SplashscreenOptions options); } } |
