Interface IImageCreator

Interface IImageCreator

Namespace: Aspose.Imaging
Assembly: Aspose.Imaging.dll (25.2.0)

The image creator.

public interface IImageCreator

Methods

Create(StreamContainer, ImageOptionsBase, int, int)

Creates a new image instance with imageOptions.

Image Create(StreamContainer streamContainer, ImageOptionsBase imageOptions, int width, int height)

Parameters

streamContainer StreamContainer

The stream container to create image data in.

imageOptions ImageOptionsBase

The image options.

width int

width of new image

height int

height of new image

Returns

Image

A new image instance.