public interface PTiffMetadata
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PTIFF_HEIGHT
Height of the PTIFF rendition in pixels (Mandatory)
|
static java.lang.String |
PTIFF_MD5
MD5 digest of the PTIFF content.
|
static java.lang.String |
PTIFF_ORIGINAL
True if PTIFF rendition was generated from the original asset rendition (Mandatory)
|
static java.lang.String |
PTIFF_SIZE
Size of the PTIFF after ingestion.
|
static java.lang.String |
PTIFF_WARNINGS
Retrieve any warnings that may have occurred during processing (optional)
|
static java.lang.String |
PTIFF_WIDTH
Width of the PTIFF rendition in pixels (Mandatory)
|
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight()
Height of the PTIFF rendition in pixels
|
ValueMap |
getProps()
Retrieve the entire metadata map
|
int |
getWidth()
Width of the PTIFF rendition in pixels
|
boolean |
hasSize()
Check if this PTIFF rendition has a defined width and height.
|
boolean |
isOriginal() |
static final java.lang.String PTIFF_ORIGINAL
static final java.lang.String PTIFF_WIDTH
static final java.lang.String PTIFF_HEIGHT
static final java.lang.String PTIFF_SIZE
static final java.lang.String PTIFF_MD5
static final java.lang.String PTIFF_WARNINGS
boolean isOriginal()
boolean hasSize()
int getWidth()
int getHeight()
ValueMap getProps()
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"