IImageExporter 类
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 | 描述 |
|---|---|
| export(image, stream, options_base) | 将指定的图像数据导出为指定的数据格式。 |
| export(image, stream, options_base, bounds_rectangle) | 将指定的图像数据导出为指定的数据格式。 |
Method: export(image, stream, options_base)
export(image, stream, options_base)
将指定的图像数据导出为指定的数据格式。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| image | Image | 要导出的图像数据。 |
| 流 | _io.BufferedRandom | 用于导出数据的流。 |
| options_base | ImageOptionsBase | 图像导出的选项 |
Method: export(image, stream, options_base, bounds_rectangle)
export(image, stream, options_base, bounds_rectangle)
将指定的图像数据导出为指定的数据格式。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| image | Image | 要导出的图像数据。 |
| 流 | _io.BufferedRandom | 用于导出数据的流。 |
| options_base | ImageOptionsBase | 图像导出的选项 |
| bounds_rectangle | Rectangle | 边界矩形。 |