Class ImageLoadersRegistry
Contents
[
Hide
]ImageLoadersRegistry class
Represents the image loaders registry.
public static class ImageLoadersRegistry
Properties
Name | Description |
---|---|
static RegisteredDescriptors { get; } | Gets the registered descriptors. |
static RegisteredFormats { get; } | Gets the registered image loading formats. |
Methods
Name | Description |
---|---|
static CreateFirstSupportedLoader(Stream, LoadOptions) | Creates the first found loader suitable for the specified stream and optionally the loadOptions. |
static GetFirstSupportedDescriptor(Stream, LoadOptions) | Gets the fist found supported descriptor suitable for the specified stream and optionally the loadOptions. |
static GetFirstSupportedDescriptorByFileFormat(FileFormat) | Gets the first supported file format by its type name. |
static GetFirstSupportedDescriptorByTypeName(string) | Gets the first supported descriptor by its type name. |
static Register(IImageLoaderDescriptor) | Registers the specified image loader descriptor. |
static RegisterLoader(IImageLoaderDescriptor) | Registers the loader. |
static UnregisterLoader(IImageLoaderDescriptor) | Unregisters the loader. |
See Also
- namespace Aspose.Imaging
- assembly Aspose.Imaging