|
ImageDecoderRegisterDecoder Method
|
Note: This API is now obsolete.
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
)
<ObsoleteAttribute("Please mark your decoder class with the FormatDecoderAttribute instead.")>
Public Shared Sub RegisterDecoder (
fileExtension As String,
decoder As IImageDecoder
)
Request Example
View SourceParameters
- fileExtension
- Type: SystemString
- decoder
- Type: Accord.Imaging.FormatsIImageDecoder
See Also