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 |
---|---|
List<String> |
getExtensions()
Get the extension(s) used for a file stored in this format, preferably in
lower case.
|
String |
getFormatName()
Get the name of the format, for example "JPEG," "PNG," and so on,
preferably in upper case.
|
List<ImageFormatDescription.Signature> |
getSignatures()
Get the possible signatures which may appear at the beginning of
the stream of an image stored in this format.
|
String getFormatName()
List<String> getExtensions()
List<ImageFormatDescription.Signature> getSignatures()
Copyright © 2020. All rights reserved.