Package | Description |
---|---|
org.monte.media.exif |
Provides media handlers for EXIF meta-data.
|
org.monte.media.tiff |
Provides media handlers for the TIFF file format.
|
Modifier and Type | Field and Description |
---|---|
static TIFFTag |
EXIFTagSet.ApertureValue |
static TIFFTag |
FujifilmMakerNoteTagSet.BaselineLength |
static TIFFTag |
MPFTagSet.BaselineLength |
static TIFFTag |
EXIFTagSet.BrightnessValue |
static TIFFTag |
EXIFTagSet.CFAPattern |
static TIFFTag |
EXIFTagSet.ColorSpace |
static TIFFTag |
EXIFTagSet.ComponentsConfiguration |
static TIFFTag |
EXIFTagSet.CompressedBitsPerPixel |
static TIFFTag |
EXIFTagSet.Contrast |
static TIFFTag |
FujifilmMakerNoteTagSet.ConvergenceAngle |
static TIFFTag |
MPFTagSet.ConvergenceAngle |
static TIFFTag |
EXIFTagSet.CustomRendered |
static TIFFTag |
EXIFTagSet.DateTimeDigitized |
static TIFFTag |
EXIFTagSet.DateTimeOriginal |
static TIFFTag |
EXIFTagSet.DeviceSettingDescription |
static TIFFTag |
EXIFTagSet.DigitalZoomRatio |
static TIFFTag |
EXIFTagSet.ExifVersion |
static TIFFTag |
EXIFTagSet.ExposureBiasValue |
static TIFFTag |
EXIFTagSet.ExposureIndex |
static TIFFTag |
EXIFTagSet.ExposureMode |
static TIFFTag |
EXIFTagSet.ExposureProgram |
static TIFFTag |
EXIFTagSet.ExposureTime |
static TIFFTag |
EXIFTagSet.FileSource |
static TIFFTag |
EXIFTagSet.Flash |
static TIFFTag |
EXIFTagSet.FlashEnergy |
static TIFFTag |
EXIFTagSet.FlashpixVersion |
static TIFFTag |
EXIFTagSet.FNumber |
static TIFFTag |
EXIFTagSet.FocalLength |
static TIFFTag |
EXIFTagSet.FocalLengthIn35mmFilm |
static TIFFTag |
EXIFTagSet.FocalPlaneResolutionUnit |
static TIFFTag |
EXIFTagSet.FocalPlaneXResolution |
static TIFFTag |
EXIFTagSet.FocalPlaneYResolution |
static TIFFTag |
EXIFTagSet.GainControl |
static TIFFTag |
EXIFTagSet.ImageUniqueID |
static TIFFTag |
MPEntryTagSet.IndividualImageDataOffset
Individual Image Data Offset
This field specifies the data offset to the beginning (i.e.
|
static TIFFTag |
MPEntryTagSet.IndividualImageSize
Individual Image Size
This field specifies the size of the image data between the SOI and EOI
markers of an Individual Image.
|
static TIFFTag |
EXIFTagSet.Interoperability |
static TIFFTag |
EXIFTagSet.ISOSpeedRatings |
static TIFFTag |
EXIFTagSet.LightSource |
static TIFFTag |
EXIFTagSet.MakerNote |
static TIFFTag |
EXIFTagSet.MaxApertureValue |
static TIFFTag |
EXIFTagSet.MeteringMode |
static TIFFTag |
MPFTagSet.MPEntryInformation |
static TIFFTag |
EXIFTagSet.OECF |
static TIFFTag |
FujifilmMakerNoteTagSet.ParallaxXShift
ParallaxXShift (Pixel fraction value).
|
static TIFFTag |
FujifilmMakerNoteTagSet.ParallaxYShift
ParallaxYShift (Pixel fraction value).
|
static TIFFTag |
EXIFTagSet.PixelXDimension |
static TIFFTag |
EXIFTagSet.PixelYDimension |
static TIFFTag |
EXIFTagSet.RelatedSoundFile |
static TIFFTag |
EXIFTagSet.Saturation |
static TIFFTag |
EXIFTagSet.SceneCaptureType |
static TIFFTag |
EXIFTagSet.SceneType |
static TIFFTag |
EXIFTagSet.SensingMethod |
static TIFFTag |
FujifilmMakerNoteTagSet.SerialNumber |
static TIFFTag |
EXIFTagSet.Sharpness |
static TIFFTag |
EXIFTagSet.ShutterSpeedValue |
static TIFFTag |
EXIFTagSet.SpatialFrequencyResponse |
static TIFFTag |
EXIFTagSet.SpectralSensitivity |
static TIFFTag |
EXIFTagSet.SubjectArea |
static TIFFTag |
EXIFTagSet.SubjectDistance |
static TIFFTag |
EXIFTagSet.SubjectDistanceRange |
static TIFFTag |
EXIFTagSet.SubjectLocation |
static TIFFTag |
EXIFTagSet.SubSecTime |
static TIFFTag |
EXIFTagSet.SubSecTimeDigitized |
static TIFFTag |
EXIFTagSet.SubSecTimeOriginal |
static TIFFTag |
EXIFTagSet.UserComment |
static TIFFTag |
EXIFTagSet.WhiteBalance |
Modifier and Type | Method and Description |
---|---|
static TIFFTag |
MPEntryTagSet.get(int tagNumber) |
static TIFFTag |
MPFTagSet.get(int tagNumber) |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<TIFFTag,TIFFField> |
EXIFReader.getMetaDataMap()
Returns a flat hash map of the metadata.
|
Modifier and Type | Field and Description |
---|---|
static TIFFTag |
BaselineTagSet.BitsPerSample |
static TIFFTag |
BaselineTagSet.DateTime |
static TIFFTag |
BaselineTagSet.ImageHeight |
static TIFFTag |
BaselineTagSet.ImageWidth |
static TIFFTag |
BaselineTagSet.JPEGThumbnailImage |
static TIFFTag |
BaselineTagSet.Make |
static TIFFTag |
BaselineTagSet.Model |
static TIFFTag |
BaselineTagSet.SamplesPerPixel |
protected TIFFTag |
TIFFNode.tag
The tag which identifies this node.
|
Modifier and Type | Method and Description |
---|---|
TIFFTag |
TIFFNode.getTag() |
TIFFTag |
TagSet.getTag(int tagNumber)
Returns the TIFFTag from this set that is associated with the given
tag number.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
TIFFDirectory.getData(TIFFTag tag)
Returns the value of the TIFFField with the specified tag.
|
TIFFField |
TIFFDirectory.getField(TIFFTag tag)
Returns a TIFFField with the specified tag.
|
Constructor and Description |
---|
TagSet(java.lang.String name,
TIFFTag[] tags) |
TIFFDirectory(TagSet tagSet,
TIFFTag tag,
int index)
Creates a TIFFDirectory identified by the specified TIFFTag.
|
TIFFDirectory(TagSet tagSet,
TIFFTag tag,
int index,
IFD ifd,
IFDEntry parentEntry,
java.util.ArrayList<FileSegment> fileSegments)
Creates a TIFFDirectory identified by the specified TIFFTag and associated
with the specified IFD and file segments.
|
TIFFDirectory(TagSet tagSet,
TIFFTag tag,
int index,
IFD ifd,
IFDEntry parentEntry,
FileSegment fileSegment)
Creates a TIFFDirectory identified by the specified TIFFTag and associated
with the specified IFD and file segments.
|
TIFFDirectory(TagSet tagSet,
TIFFTag tag,
int index,
long offset,
long length,
java.util.ArrayList<FileSegment> fileSegments) |
TIFFDirectory(TagSet tagSet,
TIFFTag tag,
int index,
long offset,
long length,
FileSegment fileSegment) |
TIFFField(TIFFTag tag,
java.lang.Object data) |
TIFFField(TIFFTag tag,
java.lang.Object data,
IFDEntry entry) |
TIFFNode(TIFFTag tag) |