VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / ProcessingCommandBase Class / GetExpandedPixelFormat(PixelFormat,ImageConversionMethod) Method
Syntax Requirements SeeAlso
In This Topic
    GetExpandedPixelFormat(PixelFormat,ImageConversionMethod) Method (ProcessingCommandBase)
    In This Topic
    Returns the image pixel format, which will have the processed image if command natively does not support pixel format of source image.
    Syntax

    Parameters

    sourceImagePixelFormat
    The source image pixel format.
    imageConversionMethod
    The image conversion method.

    Return Value

    The image pixel format, which will have the processed image if command natively does not support pixel format of source image.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also