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

@@ -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)
{