Package: exifr
Type: Package
Title: EXIF Image Data in R
Version: 0.3.2
Authors@R: c(
    person("Dewey", "Dunnington",
           email = "dewey@fishandwhistle.net", 
           role = c("aut", "cre"), 
           comment = c(ORCID = "0000-0002-9415-4582")
    ),
		person("Phil", "Harvey", role = "aut")
	)
Maintainer: Dewey Dunnington <dewey@fishandwhistle.net>
Description: Reads EXIF data using ExifTool <https://exiftool.org>
    and returns results as a data frame.
    ExifTool is a platform-independent Perl library plus a command-line
    application for reading, writing and editing meta information in a wide variety
    of files. ExifTool supports many different metadata formats including EXIF,
    GPS, IPTC, XMP, JFIF, GeoTIFF, ICC Profile, Photoshop IRB, FlashPix, AFCP and
    ID3, as well as the maker notes of many digital cameras by Canon, Casio, FLIR,
    FujiFilm, GE, HP, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Motorola, Nikon,
    Nintendo, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Phase One, Reconyx, Ricoh,
    Samsung, Sanyo, Sigma/Foveon and Sony.
License: GPL-2
LazyData: TRUE
Encoding: UTF-8
Imports: curl, plyr, tibble, jsonlite, utils, rappdirs
SystemRequirements: Perl
URL: https://github.com/paleolimbot/exifr
BugReports: https://github.com/paleolimbot/exifr/issues
RoxygenNote: 7.1.1
Suggests: testthat, covr
NeedsCompilation: no
Packaged: 2021-03-20 15:24:53 UTC; dewey
Author: Dewey Dunnington [aut, cre] (<https://orcid.org/0000-0002-9415-4582>),
  Phil Harvey [aut]
Repository: CRAN
Date/Publication: 2021-03-20 20:40:20 UTC
Built: R 4.6.0; ; 2025-10-14 02:36:43 UTC; windows
