IImageCreator Class
Summary: The image creator.
Module: aspose.imaging
Full Name: aspose.imaging.IImageCreator
Methods
Name | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
stream_container | StreamContainer | The stream container to create image data in. |
image_options | ImageOptionsBase | The image options. |
width | int | width of new image |
height | int | height of new image |
Returns
Type | Description |
---|---|
Image | A new image instance. |