Uses of Class
org.monte.media.tiff.TIFFTag
Packages that use TIFFTag
Package
Description
Provides classes for processing EXIF meta-data.
Provides classes for reading TIFF files.
-
Uses of TIFFTag in org.monte.media.exif
Fields in org.monte.media.exif declared as TIFFTagModifier and TypeFieldDescriptionstatic final TIFFTagEXIFTagSet.ApertureValuestatic final TIFFTagFujifilmMakerNoteTagSet.BaselineLengthstatic final TIFFTagMPFTagSet.BaselineLengthstatic final TIFFTagEXIFTagSet.BrightnessValuestatic final TIFFTagEXIFTagSet.CFAPatternstatic final TIFFTagEXIFTagSet.ColorSpacestatic final TIFFTagEXIFTagSet.ComponentsConfigurationstatic final TIFFTagEXIFTagSet.CompressedBitsPerPixelstatic final TIFFTagEXIFTagSet.Contraststatic final TIFFTagFujifilmMakerNoteTagSet.ConvergenceAnglestatic final TIFFTagMPFTagSet.ConvergenceAnglestatic final TIFFTagEXIFTagSet.CustomRenderedstatic final TIFFTagEXIFTagSet.DateTimeDigitizedstatic final TIFFTagEXIFTagSet.DateTimeOriginalstatic final TIFFTagEXIFTagSet.DeviceSettingDescriptionstatic final TIFFTagEXIFTagSet.DigitalZoomRatiostatic final TIFFTagEXIFTagSet.ExifVersionstatic final TIFFTagEXIFTagSet.ExposureBiasValuestatic final TIFFTagEXIFTagSet.ExposureIndexstatic final TIFFTagEXIFTagSet.ExposureModestatic final TIFFTagEXIFTagSet.ExposureProgramstatic final TIFFTagEXIFTagSet.ExposureTimestatic final TIFFTagEXIFTagSet.FileSourcestatic final TIFFTagEXIFTagSet.Flashstatic final TIFFTagEXIFTagSet.FlashEnergystatic final TIFFTagEXIFTagSet.FlashpixVersionstatic final TIFFTagEXIFTagSet.FNumberstatic final TIFFTagEXIFTagSet.FocalLengthstatic final TIFFTagEXIFTagSet.FocalLengthIn35mmFilmstatic final TIFFTagEXIFTagSet.FocalPlaneResolutionUnitstatic final TIFFTagEXIFTagSet.FocalPlaneXResolutionstatic final TIFFTagEXIFTagSet.FocalPlaneYResolutionstatic final TIFFTagEXIFTagSet.GainControlstatic final TIFFTagEXIFTagSet.ImageUniqueIDstatic final TIFFTagMPEntryTagSet.IndividualImageDataOffsetIndividual Image Data Offset This field specifies the data offset to the beginning (i.e.static final TIFFTagMPEntryTagSet.IndividualImageSizeIndividual Image Size This field specifies the size of the image data between the SOI and EOI markers of an Individual Image.static final TIFFTagEXIFTagSet.Interoperabilitystatic final TIFFTagEXIFTagSet.ISOSpeedRatingsstatic final TIFFTagEXIFTagSet.LensMakestatic final TIFFTagEXIFTagSet.LensModelstatic final TIFFTagEXIFTagSet.LensSpecificationstatic final TIFFTagEXIFTagSet.LightSourcestatic final TIFFTagEXIFTagSet.MakerNotestatic final TIFFTagEXIFTagSet.MaxApertureValuestatic final TIFFTagEXIFTagSet.MeteringModestatic final TIFFTagMPFTagSet.MPEntryInformationstatic final TIFFTagEXIFTagSet.OECFstatic final TIFFTagFujifilmMakerNoteTagSet.ParallaxXShiftParallaxXShift (Pixel fraction value).static final TIFFTagFujifilmMakerNoteTagSet.ParallaxYShiftParallaxYShift (Pixel fraction value).static final TIFFTagEXIFTagSet.PixelXDimensionstatic final TIFFTagEXIFTagSet.PixelYDimensionstatic final TIFFTagEXIFTagSet.RecommendedExposureIndexstatic final TIFFTagEXIFTagSet.RelatedSoundFilestatic final TIFFTagEXIFTagSet.Saturationstatic final TIFFTagEXIFTagSet.SceneCaptureTypestatic final TIFFTagEXIFTagSet.SceneTypestatic final TIFFTagEXIFTagSet.SensingMethodstatic final TIFFTagEXIFTagSet.SensitivityTypeThe SensitivityType tag indicates PhotographicSensitivity tag.static final TIFFTagFujifilmMakerNoteTagSet.SerialNumberstatic final TIFFTagEXIFTagSet.Sharpnessstatic final TIFFTagEXIFTagSet.ShutterSpeedValuestatic final TIFFTagEXIFTagSet.SpatialFrequencyResponsestatic final TIFFTagEXIFTagSet.SpectralSensitivitystatic final TIFFTagEXIFTagSet.SubjectAreastatic final TIFFTagEXIFTagSet.SubjectDistancestatic final TIFFTagEXIFTagSet.SubjectDistanceRangestatic final TIFFTagEXIFTagSet.SubjectLocationstatic final TIFFTagEXIFTagSet.SubSecTimestatic final TIFFTagEXIFTagSet.SubSecTimeDigitizedstatic final TIFFTagEXIFTagSet.SubSecTimeOriginalstatic final TIFFTagEXIFTagSet.UserCommentstatic final TIFFTagEXIFTagSet.WhiteBalanceMethods in org.monte.media.exif that return TIFFTagModifier and TypeMethodDescriptionstatic TIFFTagMPEntryTagSet.get(int tagNumber) static TIFFTagMPFTagSet.get(int tagNumber) Methods in org.monte.media.exif that return types with arguments of type TIFFTagModifier and TypeMethodDescriptionEXIFReader.getMetaDataMap()Returns a flat hash map of the metadata. -
Uses of TIFFTag in org.monte.media.tiff
Fields in org.monte.media.tiff declared as TIFFTagModifier and TypeFieldDescriptionstatic final TIFFTagBaselineTagSet.BitsPerSamplestatic final TIFFTagBaselineTagSet.DateTimestatic final TIFFTagBaselineTagSet.ImageHeightstatic final TIFFTagBaselineTagSet.ImageWidthstatic final TIFFTagBaselineTagSet.JPEGThumbnailImagestatic final TIFFTagBaselineTagSet.Makestatic final TIFFTagBaselineTagSet.Modelstatic final TIFFTagBaselineTagSet.PrintImageMatchingstatic final TIFFTagBaselineTagSet.SamplesPerPixelprotected TIFFTagTIFFNode.tagThe tag which identifies this node.Methods in org.monte.media.tiff that return TIFFTagModifier and TypeMethodDescriptionTagSet.getTag(int tagNumber) Returns the TIFFTag from this set that is associated with the given tag number.TIFFNode.getTag()Methods in org.monte.media.tiff with parameters of type TIFFTagModifier and TypeMethodDescriptionReturns the value of the TIFFField with the specified tag.Returns a TIFFField with the specified tag.Constructors in org.monte.media.tiff with parameters of type TIFFTagModifierConstructorDescriptionTIFFDirectory(TagSet tagSet, TIFFTag tag, int index) Creates a TIFFDirectory identified by the specified TIFFTag.TIFFDirectory(TagSet tagSet, TIFFTag tag, int index, long offset, long length, ArrayList<FileSegment> fileSegments) TIFFDirectory(TagSet tagSet, TIFFTag tag, int index, long offset, long length, FileSegment fileSegment) TIFFDirectory(TagSet tagSet, TIFFTag tag, int index, IFD ifd, IFDEntry parentEntry, 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.TIFFField(TIFFTag tag, Object data, IFDDataType type)