The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

##urltools A package for reading EXIF metadata into R

downloads

Description

EXIF metadata provides information about the nature of a JPEG image (usually a photograph) including camera make and model, f-stop, the ISO speed, the length of the exposure, the lens used, and the timestamp the image was taken at. The exif package allows you to read this information into R. It is fully vectorised and based on compiled code.

Unfortunately it does require C++11, so will only work on the latest (3.1+) versions of R. You’ve been warned.

Installation

While we’re waiting for CRAN to approve:

devtools::install_github("ironholds/exif")

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.