Search Results for

    Show / Hide Table of Contents

    Class ChromaSubsampleMode

    Defines the modes that control chroma subsampling for output image formats that support it.

    Inheritance
    System.Object
    ChromaSubsampleMode
    Namespace: PhotoSauce.MagicScaler
    Assembly: PhotoSauce.MagicScaler.dll
    Syntax
    public sealed class ChromaSubsampleMode : Enum

    Fields

    Default

    Configure subsampling automatically based on output format and quality settings.

    Declaration
    public const ChromaSubsampleMode Default
    Field Value
    Type Description
    ChromaSubsampleMode

    Subsample420

    Use 4:2:0 Y'CbCr subsampling.

    Declaration
    public const ChromaSubsampleMode Subsample420
    Field Value
    Type Description
    ChromaSubsampleMode

    Subsample422

    Use 4:2:2 Y'CbCr subsampling.

    Declaration
    public const ChromaSubsampleMode Subsample422
    Field Value
    Type Description
    ChromaSubsampleMode

    Subsample440

    4:4:0 Y'CbCr subsampling. Not supported by the JPEG encoder.

    Declaration
    public const ChromaSubsampleMode Subsample440
    Field Value
    Type Description
    ChromaSubsampleMode

    Subsample444

    Do not use chroma subsampling (4:4:4).

    Declaration
    public const ChromaSubsampleMode Subsample444
    Field Value
    Type Description
    ChromaSubsampleMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    In This Article
    Back to top Copyright © 2022 Clinton Ingram
    Generated with DocFX