IImageExporter Class

Summary: The image exporter. Can export data from internal Aspose.Imaging format to a specified data format.

Module: aspose.imaging

Full Name: aspose.imaging.IImageExporter

Aspose.Imaging Version: 24.5.0

Methods

NameDescription
export(image, stream, options_base)Exports the specified image data into specified data format.
export(image, stream, options_base, bounds_rectangle)Exports the specified image data into specified data format.

Method: export(image, stream, options_base)

 export(image, stream, options_base) 

Exports the specified image data into specified data format.

Parameters:

ParameterTypeDescription
imageImageThe image data to export.
stream_io.BufferedRandomThe stream to export data to.
options_baseImageOptionsBaseOptions for image export

Method: export(image, stream, options_base, bounds_rectangle)

 export(image, stream, options_base, bounds_rectangle) 

Exports the specified image data into specified data format.

Parameters:

ParameterTypeDescription
imageImageThe image data to export.
stream_io.BufferedRandomThe stream to export data to.
options_baseImageOptionsBaseOptions for image export
bounds_rectangleRectangleThe bounds rectangle.