ImageTypePackage
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.FileTypePackage
public class ImageTypePackage extends FileTypePackage
Represents a metadata package containing image-specific file format information.
| Method | Description |
|---|---|
| getWidth() | Gets the image width. |
| getHeight() | Gets the image height. |
| getByteOrder() | Gets the byte-order of the image. |
public final int getWidth()
Gets the image width.
Returns: int - The image width.
public final int getHeight()
Gets the image height.
Returns: int - The image height.
public final ByteOrder getByteOrder()
Gets the byte-order of the image. Please see https://en.wikipedia.org/wiki/Endianness for more information.
Returns: ByteOrder - The byte-order value.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.