mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-17 15:53:42 +01:00
Remove splashscreen generation from IImageEncoder and add IImageGenerator
This commit is contained in:
committed by
Cody Robibero
parent
0fd4ff4451
commit
3fb3ee074a
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user