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