Aspose.Imaging by Aspose

<PackageReference Include="Aspose.Imaging" Version="24.3.0" />

.NET API 15,317,024 bytes

 ImageExportersRegistry

public static class ImageExportersRegistry
Represents the image exporters registry.

Gets the registered exporter descriptors.

public static FileFormat RegisteredFormats { get; }

Gets the registered export formats.

Creates the first found exporter suitable for the specified save options and image.

Gets the fist found supported descriptor suitable for the specified save options and image.

public static void Register(IImageExporterDescriptor imageExporterDescriptor)

Registers the specified image exporter descriptor.

public static void RegisterExporter(IImageExporterDescriptor exporterDescriptor)

Registers the exporter.

public static void UnregisterExporter(IImageExporterDescriptor exporterDescriptor)

Unregisters the exporter.