Remove Metadata from a Photo
rfp_photo_metadata_rm.Rd
This function removes all metadata from a specified photo file using exiftool
.
Optionally, it can overwrite the original file or create a backup.
Arguments
- path_photo
A character string specifying the path to the photo file.
- overwrite_original
A logical value indicating whether to overwrite the original photo file (default is
TRUE
). IfFALSE
, a backup file with the suffix_original
will be created.- log_output
Optionally produce tibble of log output (default is
TRUE
)