Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ImageProcessingOptions

    Inheritance
    System.Object
    ImageProcessingOptions
    Namespace: MediaBrowser.Controller.Drawing
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public sealed class ImageProcessingOptions

    Properties

    BackgroundColor

    Declaration
    public string BackgroundColor { get; set; }
    Property Value
    Type Description
    System.String

    Blur

    Declaration
    public int Blur { get; set; }
    Property Value
    Type Description
    System.Int32

    CropWhiteSpace

    Declaration
    public bool CropWhiteSpace { get; set; }
    Property Value
    Type Description
    System.Boolean

    Enhancers

    Declaration
    public IImageEnhancer[] Enhancers { get; set; }
    Property Value
    Type Description
    IImageEnhancer[]

    ForegroundLayer

    Declaration
    public string ForegroundLayer { get; set; }
    Property Value
    Type Description
    System.String

    Height

    Declaration
    public int Height { get; set; }
    Property Value
    Type Description
    System.Int32

    Image

    Declaration
    public ItemImageInfo Image { get; set; }
    Property Value
    Type Description
    ItemImageInfo

    ImageIndex

    Declaration
    public int ImageIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    Item

    Declaration
    public BaseItem Item { get; set; }
    Property Value
    Type Description
    BaseItem

    ItemId

    Declaration
    public long ItemId { get; set; }
    Property Value
    Type Description
    System.Int64

    KeepAnimation

    Declaration
    public bool KeepAnimation { get; set; }
    Property Value
    Type Description
    System.Boolean

    MaxHeight

    Declaration
    public int MaxHeight { get; set; }
    Property Value
    Type Description
    System.Int32

    MaxWidth

    Declaration
    public int MaxWidth { get; set; }
    Property Value
    Type Description
    System.Int32

    Quality

    Declaration
    public int Quality { get; set; }
    Property Value
    Type Description
    System.Int32

    RequiresAutoOrientation

    Declaration
    public bool RequiresAutoOrientation { get; set; }
    Property Value
    Type Description
    System.Boolean

    SupportedOutputFormats

    Declaration
    public ImageFormat[] SupportedOutputFormats { get; set; }
    Property Value
    Type Description
    ImageFormat[]

    Width

    Declaration
    public int Width { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    HasDefaultOptions(String, Nullable<ImageSize>)

    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

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.