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, getMimeTypeaddProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic 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.
public final int getHeight()
Gets the image height.
public final int getWidth()
Gets the image width.
Copyright © 2026. All rights reserved.