Add splashscreen builder

This commit is contained in:
David Ullmer
2021-08-15 20:32:08 +02:00
committed by Cody Robibero
parent c6a1dcf420
commit 4ba168c8a1
7 changed files with 279 additions and 30 deletions

View File

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