Package | Description |
---|---|
com.aspose.imaging |
The package is the core for nested packages and the most basic objects used for Aspose.Imaging processing.
|
Modifier and Type | Method and Description |
---|---|
static IImageExporterDescriptor |
ImageExportersRegistry.getFirstSupportedDescriptor(Image image,
ImageOptionsBase options)
Gets the fist found supported descriptor suitable for the specified save options and image.
|
static IImageExporterDescriptor[] |
ImageExportersRegistry.getRegisteredExporterDescriptors()
Gets the registered exporter descriptors.
|
Modifier and Type | Method and Description |
---|---|
static void |
ImageExportersRegistry.register(IImageExporterDescriptor exporterDescriptor)
Registers the specified image exporter descriptor.
|
static void |
ImageExportersRegistry.registerExporter(IImageExporterDescriptor exporterDescriptor)
Registers the exporter.
|
static void |
ImageExportersRegistry.unregisterExporter(IImageExporterDescriptor exporterDescriptor)
Unregisters the exporter.
|