Class MPEntryTagSet

java.lang.Object
org.monte.media.tiff.TagSet
org.monte.media.exif.MPEntryTagSet

public class MPEntryTagSet extends TagSet
Syntethic tags for the entry information Multi-Picture format (MPF) tags as found in MPO image files generated by Fujifilm Finepix Real 3D W1 cameras.

Source:

Multi-Picture Format (February 4, 2009). Standard of the Camera & Imaging Products Association. CIPA DC-007-Translation-2009. http://www.cipa.jp/english/hyoujunka/kikaku/pdf/DC-007_E.pdf

Author:
Werner Randelshofer
  • Field Details

    • TAG_DependentParentImageFlag

      public static final int TAG_DependentParentImageFlag
      See Also:
    • TAG_DependentChildImageFlag

      public static final int TAG_DependentChildImageFlag
      See Also:
    • TAG_RepresentativeImageFlag

      public static final int TAG_RepresentativeImageFlag
      See Also:
    • TAG_ImageDataFormat

      public static final int TAG_ImageDataFormat
      See Also:
    • TAG_MPTypeCode

      public static final int TAG_MPTypeCode
      See Also:
    • TAG_IndividualImageSize

      public static final int TAG_IndividualImageSize
      See Also:
    • TAG_IndividualImageDataOffset

      public static final int TAG_IndividualImageDataOffset
      See Also:
    • TAG_DependentImage1EntryNumber

      public static final int TAG_DependentImage1EntryNumber
      See Also:
    • TAG_DependentImage2EntryNumber

      public static final int TAG_DependentImage2EntryNumber
      See Also:
    • IndividualImageDataOffset

      public static final TIFFTag IndividualImageDataOffset
      Individual Image Data Offset This field specifies the data offset to the beginning (i.e. SOI marker) of an Individual Image. The field is specified as a LONG value, and the byte order depends on MP Endian. This offset is specified relative to the address of the MP Endian field in the MP Header (see ยง5.2), unless the image is a First Individual Image, in which case the value of the offset shall be NULL(00000000.H).
    • IndividualImageSize

      public static final TIFFTag IndividualImageSize
      Individual Image Size This field specifies the size of the image data between the SOI and EOI markers of an Individual Image. The field is specified as a LONG value, and the byte order depends on MP Endian.
  • Method Details

    • get

      public static TIFFTag get(int tagNumber)
    • getInstance

      public static MPEntryTagSet getInstance()
      Returns a shared instance of a BaselineTIFFTagSet.