|
Copyright 2011-01-06 Werner Randelshofer | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectch.randelshofer.media.tiff.TagSet
ch.randelshofer.media.exif.MPEntryTagSet
public class 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
| Field Summary | |
|---|---|
static TIFFTag |
IndividualImageDataOffset
Individual Image Data Offset This field specifies the data offset to the beginning (i.e. |
static TIFFTag |
IndividualImageSize
Individual Image Size This field specifies the size of the image data between the SOI and EOI markers of an Individual Image. |
static int |
TAG_DependentChildImageFlag
|
static int |
TAG_DependentImage1EntryNumber
|
static int |
TAG_DependentImage2EntryNumber
|
static int |
TAG_DependentParentImageFlag
|
static int |
TAG_ImageDataFormat
|
static int |
TAG_IndividualImageDataOffset
|
static int |
TAG_IndividualImageSize
|
static int |
TAG_MPTypeCode
|
static int |
TAG_RepresentativeImageFlag
|
| Method Summary | |
|---|---|
static TIFFTag |
get(int tagNumber)
|
static MPEntryTagSet |
getInstance()
Returns a shared instance of a BaselineTIFFTagSet. |
| Methods inherited from class ch.randelshofer.media.tiff.TagSet |
|---|
getName, getTag |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int TAG_DependentParentImageFlag
public static final int TAG_DependentChildImageFlag
public static final int TAG_RepresentativeImageFlag
public static final int TAG_ImageDataFormat
public static final int TAG_MPTypeCode
public static final int TAG_IndividualImageSize
public static final int TAG_IndividualImageDataOffset
public static final int TAG_DependentImage1EntryNumber
public static final int TAG_DependentImage2EntryNumber
public static final TIFFTag IndividualImageDataOffset
public static final TIFFTag IndividualImageSize
| Method Detail |
|---|
public static TIFFTag get(int tagNumber)
public static MPEntryTagSet getInstance()
|
Copyright 2011-01-06 Werner Randelshofer | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||