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.psd

Full Name: aspose.psd.IImageCreatorDescriptor

Inheritance: IImageDescriptor

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

Parameters:

ParameterTypeDescription
image_optionsImageOptionsBaseThe image options.

Returns

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

Method: create_instance()

 create_instance() 

Creates a new creator instance.

Returns

TypeDescription
IImageCreatorA new creator instance.