Class FormatConversionTransform
Converts an image to an alternate pixel format.
Inherited Members
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. |