IImageCreatorDescriptor Class

Summary: The image creator descriptor specifying the creator properties. The creator descriptor is used to overcome
the necessity to contain each image creator instance in memory and multithreading issues.

Module: aspose.imaging

Full Name: aspose.imaging.IImageCreatorDescriptor

Inheritance: IImageDescriptor

Aspose.Imaging Version: 24.6.0

Properties

NameTypeAccessDescription
supported_formatFileFormatrGets the supported format.

Methods

NameDescription
can_create(image_options)Determines whether image creator can create a new image using the imageOptions.
create_instance()Creates a new creator instance.

Method: can_create(image_options)

 can_create(image_options) 

Determines whether image creator can create a new image using the imageOptions.

Parameters:

ParameterTypeDescription
image_optionsImageOptionsBaseThe image options.

Returns

TypeDescription
boolTrue if image creator created by this descriptor can create image data using the specified imageOptions; otherwise, false.

Method: create_instance()

 create_instance() 

Creates a new creator instance.

Returns

TypeDescription
IImageCreatorA new creator instance.