ImageGearJava Project > com.accusoft.imagegear.formats Package : ImGearMetadataFormats Enumeration |
This enumeration lists all formats that are used for storing file format metadata. Most of the members of this enum correspond to members of ImGearFormats. However, some file formats allow storing complex metadata, or metadata structures of various types. ImGearMetadataFormats enum has special members for such metadata structures.
For example, a TIFF image can have metadata of ImGearMetadataFormats.TIF, which in turn can have a subtree with metadata of type ImGearMetadataFormats.EXIF
Member | Description |
---|---|
BMP | BMP metadata. |
BTR | BTR metadata. |
CAL | CALS metadata. |
CIFF | CIFF metadata. |
CIFFAFInfo | CIFF AF Info metadata. |
CIFFCanonCameraSettings | CIFF Canon Camera Settings metadata. |
CIFFFocalLength | CIFF Focal Length metadata. |
CIFFImageInfo | CIFF Image Info metadata. |
CIFFShotInfo | CIFF Shot Info metadata. |
CLP | CLP metadata. |
Common | Used internally. |
CUT | CUT metadata. |
DCRAW | Digital Camera RAW Formats metadata. |
DCX | DCX metadata. |
DICOM | DICOM metadata. |
DisplayInfo | Photoshop Display info metadata. |
EXIF | EXIF metadata. Can only exist as a subtree within EXIF or JPEG metadata. |
EXIF_FPXR | EXIF FPX Ready metadata. Can only exist as a subtree within EXIF metadata. |
EXIF_GPS | EXIF GPS metadata. Can only exist as a subtree within EXIF metadata. |
EXIF_InterOp | EXIF Interoperability metadata. Can only exist as a subtree within EXIF metadata. |
EXIF_MakerNote | EXIF Makernote metadata. Can only exist as a subtree within EXIF metadata. |
EXIF_MakerNote_Fuji | Fujifilm EXIF Makernote metadata. |
EXIF_MakerNote_NikonType1 | Nikon EXIF Makernote Type 1 metadata. |
EXIF_MakerNote_NikonType2 | Nikon EXIF Makernote Type 2 metadata. |
EXIF_MakerNote_Olympus | Olympus EXIF Makernote metadata. |
EXIF_MakerNote_Pentax | Pentax EXIF Makernote metadata. |
GEM | GEM metadata. |
GIF | GIF metadata. |
HDPHOTO | HDPhoto metadata. |
ICA | ICA metadata. |
ICO | ICO metadata. |
IFF | IFF metadata. |
IMG | IMG metadata. |
IMR | IMR metadata. |
IMT | IMT metadata. |
IPTC | General IPTC metadata. |
IPTC_AppDataset | IPTC Record 2 (Application) metadata. |
IPTC_EnvDataset | IPTC Record 1 (Envelope) metadata. |
IPTC_ObjDataset | IPTC Record 8 (Object) metadata. |
IPTC_PhotoDataset | IPTC Record 3 (Digital Newsphoto Parameter) metadata. |
IPTC_PostObjDataset | IPTC Record 9 (Post-Object) metadata. |
IPTC_PreObjDataset | IPTC Record 7 (Pre-Object) metadata. |
IPTC_Record | IPTC Record metadata. |
JP2 | JPEG 2000 metadata. |
JP2Codestream | JP2 Codestream Metadata. |
JP2FileFormat | JP2 File Format Metadata. |
JPG | JPEG metadata. |
JPX | JPX metadata. |
KFX | KFX metadata. |
LV | LV metadata. |
MakerNote_Olympus_ApplicationModeIFD | Olympus application mode IFD Makernote metadata. |
MakerNote_Olympus_ApplicationModeIFD2 | Olympus application mode IFD 2 Makernote metadata. |
MakerNote_Olympus_CameraModeIFD | Olympus camera mode IFD Makernote metadata. |
MakerNote_Olympus_CSerieSettings | Olympus C-models serie settings IFD Makernote metadata. |
MakerNote_Olympus_DebugIFD | Olympus debug IFD Makernote metadata. |
MakerNote_Olympus_HardwareIFD | Olympus hardware IFD Makernote metadata. |
MakerNote_Olympus_ImageProcessorIFD | Olympus image processor IFD Makernote metadata. |
MJ2 | MJ2 metadata. |
MODCA | MODCA metadata. |
MSP | MSP metadata. |
NCR | NCR metadata. |
PBM | PBM metadata. |
PCD | PhotoCD metadata. |
PCX | PCX metadata. |
PDF metadata. | |
PhotoshopAdditionalLayerInfo | Photoshop Additional LayerInfo metadata. |
PhotoshopLayerInfo | Photoshop Layer Info metadata. |
PhotoshopLayerMaskInfo | Photoshop Layer MaskI nfo metadata. |
PhotoshopResourceGeneric | Photoshop Resource Generic metadata. |
PhotoshopResources | Photoshop Resources metadata. |
PhotoshopVersionInfo | Photoshop Version Info metadata. |
PNG | PNG metadata. |
PS | PostScript metadata. |
PSB | PSB metadata. |
PSD | PSD metadata. |
PTOCA | PTOCA metadata. |
RAS | RAS metadata. |
RAWFileFormat | RAW File Format Metadata. |
Rectangle | Photoshop Rectangle Info metadata. |
ResolutionInfo | Photoshop Resolution Info metadata. |
SCI | Scitex CT metadata. |
SGI | SGI metadata. |
TGA | TGA metadata. |
ThumbnailInfo | Photoshop Thumbnail Info metadata. |
TIF | TIFF metadata. |
UNKNOWN | Unknown metadata. |
WBMP | Wireless Bitmap metadata. |
WPG | WPG metadata. |
XBM | XBM metadata. |
XMP | XMP Metadata. |
XPM | XPM metadata. |
XPS | XPS metadata. |
XWD | XWD metadata. |
java.lang.Object
java.lang.Enum
com.accusoft.imagegear.formats.ImGearMetadataFormats