read_exif_tags: Extract EXIF tags from an image file.

Description Usage Arguments Value See Also Examples

Description

Values are returned directly from the file, without any formatting. For example, the exposure time (ExposureTime), will be "1/3200". This value can be converted afterwards with rational_to_numeric.

Usage

1
read_exif_tags(file_path)

Arguments

file_path

The path to the image.

Value

A list-based S3 object of class exifData containing the tags and their values.

See Also

rational_to_numeric

Examples

1
read_exif_tags(system.file("extdata", "preview.jpg", package = "EXIFr"))[["ExposureTime"]]

cmartin/EXIFr documentation built on May 13, 2019, 8:23 p.m.