IImageCreator Class

Summary: The image creator.

Module: aspose.psd

Full Name: aspose.psd.IImageCreator

Aspose.PSD Version: 24.4.0

Methods

NameDescription
create(stream_container, image_options, width, height)Creates a new image instance with .

Method: create(stream_container, image_options, width, height)

 create(stream_container, image_options, width, height) 

Creates a new image instance with .

Parameters:

ParameterTypeDescription
stream_containerStreamContainerThe stream container to create image data in.
image_optionsImageOptionsBaseThe image options.
widthintwidth of new image
heightintheight of new image

Returns

TypeDescription
ImageA new image instance.