Class ImageProcessingOptions
Inheritance
System.Object
ImageProcessingOptions
Assembly: MediaBrowser.Controller.dll
public sealed class ImageProcessingOptions
Properties
Declaration
public string BackgroundColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int Blur { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool CropWhiteSpace { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public IImageEnhancer[] Enhancers { get; set; }
Property Value
Declaration
public string ForegroundLayer { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int Height { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public ItemImageInfo Image { get; set; }
Property Value
Declaration
public int ImageIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public BaseItem Item { get; set; }
Property Value
Declaration
public long ItemId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Declaration
public bool KeepAnimation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int MaxHeight { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int MaxWidth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int Quality { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool RequiresAutoOrientation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public ImageFormat[] SupportedOutputFormats { get; set; }
Property Value
Declaration
public int Width { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
public bool HasDefaultOptions(string originalImagePath, ImageSize? size)
Parameters
Type |
Name |
Description |
System.String |
originalImagePath |
|
System.Nullable<ImageSize> |
size |
|
Returns
Type |
Description |
System.Boolean |
|
Extension Methods