Search Results for

    Show / Hide Table of Contents

    Class ProcessImageResult

    Represents the results of a completed pipeline operation.

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

    Properties

    Settings

    The settings used for the operation. Any default or auto properties will reflect their final calculated values.

    Declaration
    public ProcessImageSettings Settings { get; }
    Property Value
    Type Description
    ProcessImageSettings

    Stats

    Basic instrumentation for the operation. There will be one PixelSourceStats instance for each pipeline step.

    Declaration
    public IEnumerable<PixelSourceStats> Stats { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<PixelSourceStats>
    Remarks

    This collection will be empty unless the PhotoSauce.MagicScaler.EnablePixelSourceStats System.AppContext switch is set to true.

    In This Article
    Back to top Copyright © 2022 Clinton Ingram
    Generated with DocFX