Click or drag to resize
Accord.NET (logo)

ImageDecoderRegisterDecoder Method

Note: This API is now obsolete.

Obsolete. Please mark your decoder class with the FormatDecoderAttribute instead.

Namespace:  Accord.Imaging.Formats
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please mark your decoder class with the FormatDecoderAttribute instead.")]
public static void RegisterDecoder(
	string fileExtension,
	IImageDecoder decoder
)
Request Example View Source

Parameters

fileExtension
Type: SystemString
decoder
Type: Accord.Imaging.FormatsIImageDecoder
See Also