public static class MetadataKey.EXIF extends Object
Represents EXIF metadata keys.
Modifier and Type | Field and Description |
---|---|
static ExifMetadataKey |
Artist
Person who created the image.
|
static ExifMetadataKey |
BitsPerSample
The bits per sample.
|
static ExifMetadataKey |
CellLength
The length of the dithering or halftoning matrix used to create a dithered or halftoned bi-level file.
|
static ExifMetadataKey |
CellWidth
The width of the dithering or halftoning matrix used to create a dithered or halftoned bi-level file.
|
static ExifMetadataKey |
ColorMap
The color map.
|
static ExifMetadataKey |
Compression
The compression.
|
static ExifMetadataKey |
Copyright
The copyright.
|
static ExifMetadataKey |
DateTime
Date and time of image creation.
|
static ExifMetadataKey |
ImageDescription
A string that describes the subject of the image.
|
static ExifMetadataKey |
ImageLength
The number of rows (sometimes described as scan lines) in the image.
|
static ExifMetadataKey |
ImageWidth
The number of columns in the image, i.e., the number of pixels per scan line.
|
static ExifMetadataKey |
Make
The manufacturer.
|
static ExifMetadataKey |
Model
The manufacturer model name or number.
|
static ExifMetadataKey |
Software
Name and version number of the software package(s) used to create the image.
|
Constructor and Description |
---|
MetadataKey.EXIF() |
public static final ExifMetadataKey Artist
Person who created the image.
public static final ExifMetadataKey BitsPerSample
The bits per sample.
public static final ExifMetadataKey CellLength
The length of the dithering or halftoning matrix used to create a dithered or halftoned bi-level file.
public static final ExifMetadataKey CellWidth
The width of the dithering or halftoning matrix used to create a dithered or halftoned bi-level file.
public static final ExifMetadataKey ColorMap
The color map.
public static final ExifMetadataKey Compression
The compression.
public static final ExifMetadataKey Copyright
The copyright.
public static final ExifMetadataKey DateTime
Date and time of image creation.
public static final ExifMetadataKey ImageDescription
A string that describes the subject of the image.
public static final ExifMetadataKey ImageLength
The number of rows (sometimes described as scan lines) in the image.
public static final ExifMetadataKey ImageWidth
The number of columns in the image, i.e., the number of pixels per scan line.
public static final ExifMetadataKey Make
The manufacturer.
public static final ExifMetadataKey Model
The manufacturer model name or number.
public static final ExifMetadataKey Software
Name and version number of the software package(s) used to create the image.
Copyright © 2017. All rights reserved.