java.lang.Object
org.monte.media.tiff.TagSet
org.monte.media.exif.MPEntryTagSet
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final TIFFTagIndividual Image Data Offset This field specifies the data offset to the beginning (i.e.static final TIFFTagIndividual Image Size This field specifies the size of the image data between the SOI and EOI markers of an Individual Image.static final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionstatic TIFFTagget(int tagNumber) static MPEntryTagSetReturns a shared instance of a BaselineTIFFTagSet.
-
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
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
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
-
getInstance
Returns a shared instance of a BaselineTIFFTagSet.
-