Modifier and Type | Class and Description |
---|---|
class |
BmpFormat
Represents BMP image format.
|
class |
DICOMFormat
Represents DICOM image format.
|
class |
DjvuFormat
Represents DjVu image format.
|
class |
EmfFormat
Represents EMF image format.
|
class |
GifFormat
Represents GIF (Graphics Interchange Format) format.
|
class |
Jp2Format
Represents JPEG2000 format.
|
class |
JpegFormat
Represents JPEG format.
|
class |
PngFormat
Represents PNG format.
|
class |
PsdFormat
Represents Adobe Photoshop format.
|
class |
TiffFormat
Represents TIFF format.
|
class |
WebPFormat
Represents WebP image format.
|
class |
WmfFormat
Represents WMF image format.
|
Modifier and Type | Method and Description |
---|---|
static ImageFormat |
ImageFormat.fromFile(String fileName)
Creates
ImageFormat from the existing file. |
static ImageFormat |
ImageFormat.fromFile(String fileName,
Charset encoding)
Creates
ImageFormat from the existing file. |
static ImageFormat |
ImageFormat.fromStream(InputStream stream)
Creates
ImageFormat from the System.IO.Stream . |
Copyright © 2018. All rights reserved.