Uses of Class
com.aspose.imaging.createoptions.ImageCreateOptions

Packages that use ImageCreateOptions
com.aspose.imaging   
com.aspose.imaging.createoptions   
 

Uses of ImageCreateOptions in com.aspose.imaging
 

Methods in com.aspose.imaging with parameters of type ImageCreateOptions
static Image Image.create(ImageCreateOptions imageCreateOptions)
           Creates a new image using the specified create options.
static IImageCreator ImageCreatorsRegistry.createFirstSupportedCreator(ImageCreateOptions imageCreateOptions)
           Creates the first found creator suitable for the specified imageCreateOptions.
static IImageCreatorDescriptor ImageCreatorsRegistry.getFirstSupportedDescriptor(ImageCreateOptions imageCreateOptions)
           Gets the fist found supported descriptor suitable for the specified imageCreateOptions.
 

Uses of ImageCreateOptions in com.aspose.imaging.createoptions
 

Subclasses of ImageCreateOptions in com.aspose.imaging.createoptions
 class BmpCreateOptions
           The bmp file format creation options.
 class GifCreateOptions
           The gif file format creation options.
 class JpegCreateOptions
           The jpeg file format create options.
 class PngCreateOptions
           The png file format create options.
 class PsdCreateOptions
           The psd file format create options.
 class TiffCreateOptions
           The tiff file format create options.
 

Constructors in com.aspose.imaging.createoptions with parameters of type ImageCreateOptions
ImageCreateOptions(ImageCreateOptions imageCreateOptions)
           Initializes a new instance of the ImageCreateOptions class.