|
@@ -32,13 +32,6 @@ namespace MediaBrowser.Controller.Drawing
|
|
/// <returns>ImageDimensions</returns>
|
|
/// <returns>ImageDimensions</returns>
|
|
ImageDimensions GetImageDimensions(string path);
|
|
ImageDimensions GetImageDimensions(string path);
|
|
|
|
|
|
- /// <summary>
|
|
|
|
- /// Gets the blurhash of the image.
|
|
|
|
- /// </summary>
|
|
|
|
- /// <param name="path">Path to the image file.</param>
|
|
|
|
- /// <returns>BlurHash</returns>
|
|
|
|
- String GetImageHash(string path);
|
|
|
|
-
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
/// Gets the dimensions of the image.
|
|
/// Gets the dimensions of the image.
|
|
/// </summary>
|
|
/// </summary>
|
|
@@ -47,6 +40,13 @@ namespace MediaBrowser.Controller.Drawing
|
|
/// <returns>ImageDimensions</returns>
|
|
/// <returns>ImageDimensions</returns>
|
|
ImageDimensions GetImageDimensions(BaseItem item, ItemImageInfo info);
|
|
ImageDimensions GetImageDimensions(BaseItem item, ItemImageInfo info);
|
|
|
|
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// Gets the blurhash of the image.
|
|
|
|
+ /// </summary>
|
|
|
|
+ /// <param name="path">Path to the image file.</param>
|
|
|
|
+ /// <returns>BlurHash</returns>
|
|
|
|
+ String GetImageHash(string path);
|
|
|
|
+
|
|
/// <summary>
|
|
/// <summary>
|
|
/// Gets the image cache tag.
|
|
/// Gets the image cache tag.
|
|
/// </summary>
|
|
/// </summary>
|
|
@@ -54,6 +54,7 @@ namespace MediaBrowser.Controller.Drawing
|
|
/// <param name="image">The image.</param>
|
|
/// <param name="image">The image.</param>
|
|
/// <returns>Guid.</returns>
|
|
/// <returns>Guid.</returns>
|
|
string GetImageCacheTag(BaseItem item, ItemImageInfo image);
|
|
string GetImageCacheTag(BaseItem item, ItemImageInfo image);
|
|
|
|
+
|
|
string GetImageCacheTag(BaseItem item, ChapterInfo info);
|
|
string GetImageCacheTag(BaseItem item, ChapterInfo info);
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|