Format translations dictionary.

Namespace:  AForge.Imaging.Filters
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public Dictionary<PixelFormat, PixelFormat> FormatTranslations { get; }

Implements

IFilterInformation..::.FormatTranslations

Remarks

The dictionary defines, which pixel formats are supported for source images and which pixel format will be used for resulting image.

See FormatTranslations for more information.

See Also