Метод | Описание | |
---|---|---|
AddImageFormats ( ) : void |
Adds the given image formats to the supported format list. Useful for when the type finder fails to dynamically add the supported formats.
|
|
SetLogger ( ILogger logger ) : void |
Allows the setting of the default logger. Useful for when the type finder fails to dynamically add the custom logger implementation.
|
Метод | Описание | |
---|---|---|
ImageProcessorBootstrapper ( ) : System |
Prevents a default instance of the ImageProcessorBootstrapper class from being created.
|
|
LoadLogger ( ) : void |
Loads the logger.
|
|
LoadSupportedImageFormats ( ) : void |
Creates a list, using reflection, of supported image formats that ImageProcessor can run.
|
public SetLogger ( ILogger logger ) : void | ||
logger | ILogger | |
Результат | void |