Search Results for

    Show / Hide Table of Contents

    Class FormatConversionTransform

    Converts an image to an alternate pixel format.

    Inheritance
    System.Object
    PixelTransformInternalBase
    FormatConversionTransform
    Implements
    IPixelTransform
    IPixelSource
    Inherited Members
    PixelTransformInternalBase.CopyPixels(Rectangle, Int32, Span<Byte>)
    PixelTransformInternalBase.IPixelTransform.Init(IPixelSource)
    PixelTransformInternalBase.Format
    PixelTransformInternalBase.Width
    PixelTransformInternalBase.Height
    Namespace: PhotoSauce.MagicScaler.Transforms
    Assembly: PhotoSauce.MagicScaler.dll
    Syntax
    public sealed class FormatConversionTransform : PixelTransformInternalBase, IPixelTransform, IPixelSource

    Constructors

    FormatConversionTransform(Guid)

    Constructs a new FormatConversionTransform using the specified outFormat.

    Declaration
    public FormatConversionTransform(Guid outFormat)
    Parameters
    Type Name Description
    System.Guid outFormat

    The desired output format. Must be a member of PixelFormats.

    Implements

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