public class ImageTypePackage extends FileTypePackage
Represents a metadata package containing image-specific file format information.
Modifier and Type | Method and Description |
---|---|
int |
getByteOrder()
Gets the byte-order of the image.
|
int |
getHeight()
Gets the image height.
|
int |
getWidth()
Gets the image width.
|
getExtension, getFileFormat, getMimeType
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, iterator, removeProperties, sanitize, setProperties, updateProperties
public final int getWidth()
Gets the image width.
public final int getHeight()
Gets the image height.
public final int getByteOrder()
Gets the byte-order of the image.
Please see <a href="https://en.wikipedia.org/wiki/Endianness">https://en.wikipedia.org/wiki/Endianness</a>
for more information.