Readonly
apex: { The data around the camera settings and details available from the EXIF information.
Readonly
apertureThe actual aperture value of the lens when the image was taken. Can be converted to the F-number via formula.
Readonly
brightnessThe Brightness of taken subject in EV
Readonly
exposureThe exposure bias value of the taken picture. Unit is in EV.
Readonly
exposureThe exposure time in seconds.
Readonly
fThe F Number or F-stop of the lens when the image was taken.
Readonly
flash: numberFlag to indicate if flahs has been used (1 = flash used, 0 = no flash used)
Readonly
focalThe focal length of the lens used to take the image. Unit is millimeter.
Readonly
focalThe focal length used as an 35 mm film equivalent.
Readonly
color: { The color information extracted from the image.
Readonly
mainThe main or primary color found in the image defined as a range defined as a hexademical color value. The range is defined by the start and end color. RGB value: #RRGGBB
Readonly
mainThe main or primary color found in the image defined as a range defined as a hexademical color value. The range is defined by the start and end color. RGB value: #RRGGBB
Readonly
nearestThe primary color defined as the nearest CSS color.
Readonly
nearestThe primary color defined as the nearest HTML color.
Readonly
secondThe secondary color found in the image as a hexidecimal color value. RGB value: #RRGGBB
Readonly
date: { Information about the dates available from within the EXIF data and the file uploaded (when preserved).
Readonly
digitized: numberThe date when the image has been taken on a digital camera as extracted from the EXIF data as a JS tick value.
Readonly
lastThe date when the image file has been last modified as a JS tick value.
Readonly
normal: numberThe date form the EXIF values 'DateTime' or 'DateTimeOriginal' as a JS tick value.
Readonly
gps: { Information about the location this image has been taken.
Readonly
address: Address | nullIf reverse geocoding is enabled, this will hold the address information if one could be retrieved based on teh GPS coordinates.
Readonly
altitude: numberThe recorded altitude information.
Readonly
altitudeThe altitude zero point (usually 0 or sea level).
Readonly
direction: numberThe 360 degree direction of the internal compass.
Readonly
directionThe direction reference point.
Readonly
latitude: numberThe latitude coordinate of the gps location.
Readonly
latitudeThe latitude reference point.
Readonly
longitude: numberThe longitude coordinate of the gps location.
Readonly
longitudeThe longitude reference point.
Readonly
info: { The camera information extracted from the EXIF data.
Readonly
make: string | nullThe make of the camera.
Readonly
model: string | nullThe model of the camera.
Readonly
orientation: numberThe EXIF orientation value of the image. Usually would be 0 as the image gets auto-correctied during import.
Readonly
originalThe orientation of the image when it was taken.
Readonly
resolutionX: numberThe horziontal resoulution of the image in pixels per inch.
Readonly
resolutionY: numberThe vertical resoulution of the image in pixels per inch.
Readonly
subjectThe rectangle specifies the subject area in original pixel coordinates. Subject area defines the area of interest as identified by an algorithm.
Readonly
pattern: { The extracted semantical information from the image.
Generated using TypeDoc
The image meta object provides additional information about the image. Most details are extracted from the EXIF metadata available in some image formats (see https://www.media.mit.edu/pia/Research/deepview/exif.html). Additional information is available for the colors used within the image and for the pattern recognition. Note that the extraction as to be enabled via the administration settings.