|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.harvard.hul.ois.jhove.module.tiff.TiffProfile | +--edu.harvard.hul.ois.jhove.module.tiff.TiffProfileDNGThumb
IFD 0 of a DNG document must satisfy this profile. It doesn't
actually have to be a "thumbnail" in the sense of containing
a low-resolution image, but it has to contain the "IFD 0"
tags specified by DNG. In addition,
some other document must satisfy TiffProfileDNG
.
TiffProfileDNG
Field Summary |
Fields inherited from class edu.harvard.hul.ois.jhove.module.tiff.TiffProfile |
_mimeClass, _profileText, MIME_1314, MIME_FX, MIME_GENERIC |
Constructor Summary | |
TiffProfileDNGThumb()
|
Method Summary | |
boolean |
satisfiesThisProfile(IFD ifd)
Returns true if the IFD satisfies the requirements of a DNG thumbnail profile. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TiffProfileDNGThumb()
Method Detail |
public boolean satisfiesThisProfile(IFD ifd)
satisfiesThisProfile
in class TiffProfile
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |