public class ImageTypePackage extends FileTypePackage
Represents a metadata package containing image-specific file format information.
Modifier and Type | Method and Description |
---|---|
ByteOrder |
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, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final int getWidth()
Gets the image width.
public final int getHeight()
Gets the image height.
public final ByteOrder 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.