Interface IPlanarDecoderOptions
Decoder options for codecs that store images natively in Y'CbCr planar formats.
Namespace: PhotoSauce.MagicScaler
Assembly: PhotoSauce.MagicScaler.dll
Syntax
public interface IPlanarDecoderOptions : IDecoderOptions
Properties
AllowPlanar
True to allow the decoder to expose the raw planar form of the image, false to force conversion to RGB/BGR on decode.
Declaration
bool AllowPlanar { get; }
Property Value
Type | Description |
---|---|
System.Boolean |