IImageExporter Class

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

Module: aspose.psd

Full Name: aspose.psd.IImageExporter

Aspose.PSD Version: 24.4.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.