| Package | Description |
|---|---|
| com.aspose.drawing |
Aspose.Drawing is a graphics API that provides the capability of 2D drawings identical to GDI+ in your .NET applications.
|
| com.aspose.drawing.imaging |
| Modifier and Type | Method and Description |
|---|---|
abstract ImageFormat |
Image.getRawFormat()
Gets the file format of this
Image. |
ImageFormat |
Bitmap.getRawFormat()
Gets the file format of this
Image. |
| Modifier and Type | Method and Description |
|---|---|
static ImageFormat |
ImageFormat.getBmp()
Gets the bitmap (BMP) image format.
|
static ImageFormat |
ImageFormat.getEmf()
Gets the enhanced metafile (EMF) image format.
|
static ImageFormat |
ImageFormat.getExif()
Gets the Exchangeable Image File (EXIF) format.
|
static ImageFormat |
ImageFormat.getGif()
Gets the Graphics Interchange Format (GIF) image format.
|
static ImageFormat |
ImageFormat.getIcon()
Gets the Windows icon image format.
|
static ImageFormat |
ImageFormat.getJpeg()
Gets the Joint Photographic Experts Group (JPEG) image format.
|
static ImageFormat |
ImageFormat.getMemoryBmp()
Gets a memory bitmap image format.
|
static ImageFormat |
ImageFormat.getPng()
Gets the W3C Portable Network Graphics (PNG) image format.
|
ImageFormat |
Metafile.getRawFormat()
Gets the file format of this
Image. |
static ImageFormat |
ImageFormat.getTiff()
Gets the Tagged Image File Format (TIFF) image format.
|
static ImageFormat |
ImageFormat.getWmf()
Gets the Windows metafile (WMF) image format.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.