aboutsummaryrefslogtreecommitdiff
path: root/Emby.Drawing/NullImageEncoder.cs
diff options
context:
space:
mode:
authorVasily <just.one.man@yandex.ru>2020-06-01 18:12:49 +0300
committerVasily <just.one.man@yandex.ru>2020-06-01 18:12:49 +0300
commit26eef1bbf823e6f9fc22b11d95a17b1370b21842 (patch)
tree78d200c9530bfb2bd9c7c5a6fc42d1dc00796b45 /Emby.Drawing/NullImageEncoder.cs
parent58f099c0e2fec23d861bc9bdb76ac0d6d8e239b7 (diff)
Move logic of computing Blurhash components to ImageProcessor
Also rename last few instances of GetImageHash to GetImageBlurHash for clarity
Diffstat (limited to 'Emby.Drawing/NullImageEncoder.cs')
-rw-r--r--Emby.Drawing/NullImageEncoder.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Drawing/NullImageEncoder.cs b/Emby.Drawing/NullImageEncoder.cs
index 54de7212a..bbb5c1716 100644
--- a/Emby.Drawing/NullImageEncoder.cs
+++ b/Emby.Drawing/NullImageEncoder.cs
@@ -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();
}