diff options
| author | David Ullmer <davidullmer@outlook.de> | 2021-08-17 18:11:38 +0200 |
|---|---|---|
| committer | Cody Robibero <cody@robibe.ro> | 2022-01-04 08:20:16 -0700 |
| commit | 3fb3ee074a375d0afd4d7d81252ba535d885afb8 (patch) | |
| tree | 327112e24e12a389cca09484849778feb4d932f9 /MediaBrowser.Controller/Drawing/IImageEncoder.cs | |
| parent | 0fd4ff44513b195bb43368c7002d08991fed6c98 (diff) | |
Remove splashscreen generation from IImageEncoder and add IImageGenerator
Diffstat (limited to 'MediaBrowser.Controller/Drawing/IImageEncoder.cs')
| -rw-r--r-- | MediaBrowser.Controller/Drawing/IImageEncoder.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Controller/Drawing/IImageEncoder.cs b/MediaBrowser.Controller/Drawing/IImageEncoder.cs index 57d73699f..4e67cfee4 100644 --- a/MediaBrowser.Controller/Drawing/IImageEncoder.cs +++ b/MediaBrowser.Controller/Drawing/IImageEncoder.cs @@ -74,11 +74,5 @@ 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); } } |
