Packages

 

com.aspose.imaging

Interfaces

Classes

Exceptions

com.aspose.imaging

Interface IImageCreator



  • public interface IImageCreator

    The image creator.

    • Method Detail

      • create

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

        Creates a new image instance with imageOptions.

        Parameters:
        streamContainer - The stream container to create image data in.
        imageOptions - The image options.
        width - width of new image
        height - height of new image
        Returns:
        A new image instance.