public class AsposeImaging extends Object
| Constructor and Description |
|---|
AsposeImaging() |
| Modifier and Type | Method and Description |
|---|---|
static com.aspose.imaging.fileformats.bmp.BmpImage |
createBmp(com.aspose.imaging.RasterImage image) |
static com.aspose.imaging.Image |
createImage(com.aspose.imaging.ImageOptionsBase options,
int width,
int height) |
static com.aspose.imaging.fileformats.png.PngImage |
createPng(com.aspose.imaging.RasterImage image) |
static com.aspose.imaging.Image |
loadImage(InputStream stream) |
public static com.aspose.imaging.fileformats.bmp.BmpImage createBmp(com.aspose.imaging.RasterImage image)
public static com.aspose.imaging.Image createImage(com.aspose.imaging.ImageOptionsBase options,
int width,
int height)
public static com.aspose.imaging.fileformats.png.PngImage createPng(com.aspose.imaging.RasterImage image)
public static com.aspose.imaging.Image loadImage(InputStream stream)
Copyright © 2026. All rights reserved.