mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-19 16:46:36 +00:00
Remove splashscreen generation from IImageEncoder and add IImageGenerator
This commit is contained in:
committed by
Cody Robibero
parent
0fd4ff4451
commit
3fb3ee074a
@@ -43,12 +43,6 @@ namespace Emby.Drawing
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public void CreateSplashscreen(SplashscreenOptions options)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public string GetImageBlurHash(int xComp, int yComp, string path)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user