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
Methods
Name | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
image | Image | The image data to export. |
stream | _io.BufferedRandom | The stream to export data to. |
options_base | ImageOptionsBase | Options 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:
Parameter | Type | Description |
---|---|---|
image | Image | The image data to export. |
stream | _io.BufferedRandom | The stream to export data to. |
options_base | ImageOptionsBase | Options for image export |
bounds_rectangle | Rectangle | The bounds rectangle. |