Remove splashscreen generation from IImageEncoder and add IImageGenerator

This commit is contained in:
David Ullmer
2021-08-17 18:11:38 +02:00
committed by Cody Robibero
parent 0fd4ff4451
commit 3fb3ee074a
10 changed files with 128 additions and 152 deletions

View File

@@ -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);
}
}