Class ImageProcessorExtensions
Inheritance
System.Object
ImageProcessorExtensions
Namespace: MediaBrowser.Controller.Drawing
Assembly: MediaBrowser.Controller.dll
Syntax
public static class ImageProcessorExtensions
Methods
GetImageCacheTag(IImageProcessor, BaseItem, ImageType)
Declaration
public static string GetImageCacheTag(this IImageProcessor processor, BaseItem item, ImageType imageType)
Parameters
| Type | Name | Description |
|---|---|---|
| IImageProcessor | processor | |
| BaseItem | item | |
| ImageType | imageType |
Returns
| Type | Description |
|---|---|
| System.String |
GetImageCacheTag(IImageProcessor, BaseItem, ImageType, Int32)
Declaration
public static string GetImageCacheTag(this IImageProcessor processor, BaseItem item, ImageType imageType, int imageIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| IImageProcessor | processor | |
| BaseItem | item | |
| ImageType | imageType | |
| System.Int32 | imageIndex |
Returns
| Type | Description |
|---|---|
| System.String |