public interface ImageFormatDescription
Modifier and Type | Interface and Description |
---|---|
static class |
ImageFormatDescription.Signature
Represents a sequences of bytes which can appear at the beginning of
the stream of an image stored in this format.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getExtensions()
Get the extension(s) used for a file stored in this format, preferably in
lower case.
|
java.lang.String |
getFormatName()
Get the name of the format, for example "JPEG," "PNG," and so on,
preferably in upper case.
|
java.util.List<ImageFormatDescription.Signature> |
getSignatures()
Get the possible signatures which may appear at the beginning of
the stream of an image stored in this format.
|
java.lang.String getFormatName()
java.util.List<java.lang.String> getExtensions()
java.util.List<ImageFormatDescription.Signature> getSignatures()