public final class JpegExif extends Object
| Constructor and Description |
|---|
JpegExif(JpegModule module) |
| Modifier and Type | Method and Description |
|---|---|
NisoImageMetadata |
getExifNiso()
Returns the NisoImageMetadata from the Exif SubIFD
|
String |
getProfileText()
Returns the text which describes the exif profile.
|
boolean |
isExifProfileOK()
Returns
true if the Exif IFD is present and satisfies
the profile requirements. |
static boolean |
isTiffAvailable()
Checks if the TIFF module is available.
|
RepInfo |
readExifData(DataInputStream dstream,
JhoveBase je,
int length)
Reads the Exif data from the current point at the data stream,
puts it into a temporary file, and makes a RepInfo object
available.
|
public JpegExif(JpegModule module)
public static boolean isTiffAvailable()
public RepInfo readExifData(DataInputStream dstream, JhoveBase je, int length)
true.public boolean isExifProfileOK()
true if the Exif IFD is present and satisfies
the profile requirements.public String getProfileText()
public NisoImageMetadata getExifNiso()
Copyright © 2008–2021 The Open Preservation Foundation. All rights reserved.