-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.21 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: exiftoolr
Type: Package
Title: ExifTool Functionality from R
Version: 0.2.7
Date: 2025-01-13
Authors@R: c(person("Joshua", "O'Brien", role = c("aut", "cre"),
email = "[email protected]"))
Maintainer: Joshua O'Brien <[email protected]>
Description: Reads, writes, and edits EXIF and other file metadata using
ExifTool <https://exiftool.org/>, returning read results as a data
frame. ExifTool supports many different metadata formats including EXIF,
GPS, IPTC, XMP, JFIF, GeoTIFF, ICC Profile, Photoshop IRB, FlashPix, AFCP
and ID3, Lyrics3, as well as the maker notes of many digital cameras by
Canon, Casio, DJI, FLIR, FujiFilm, GE, GoPro, 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
URL: https://github.com/JoshOBrien/exiftoolr#readme, https://joshobrien.github.io/exiftoolr/
BugReports: https://github.com/JoshOBrien/exiftoolr/issues
SystemRequirements: Perl
Depends:
R (>= 3.0.0)
Imports:
backports,
curl,
jsonlite,
zip,
data.table
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.2