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 the format of a bitmap in memory.
|
static ImageFormat |
ImageFormat.getPng() |
Gets the W3C Portable Network Graphics (PNG) image format.
|
static ImageFormat |
ImageFormat.getTiff() |
Gets the Tagged Image File Format (TIFF) image format.
|
static ImageFormat |
ImageFormat.getWmf() |
Gets the Windows metafile (WMF) image format.
|