IImageCreator Class

Summary: The image creator.

Module: aspose.imaging

Full Name: aspose.imaging.IImageCreator

Aspose.Imaging Version: 24.6.0

Methods

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

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

 create(stream_container, image_options, width, height) 

Creates a new image instance with imageOptions.

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.