Move logic of computing Blurhash components to ImageProcessor

Also rename last few instances of GetImageHash to GetImageBlurHash for clarity
This commit is contained in:
Vasily
2020-06-01 18:12:49 +03:00
parent 58f099c0e2
commit 26eef1bbf8
5 changed files with 24 additions and 20 deletions

View File

@@ -44,7 +44,7 @@ namespace Emby.Drawing
}
/// <inheritdoc />
public string GetImageHash(string path)
public string GetImageBlurHash(int xComp, int yComp, string path)
{
throw new NotImplementedException();
}