R/select_photos.R
photo_add_captions.Rd
Add photo captions with preview
photo_add_captions(f, geometry = "800x600")
File path to photo(s).
A geometry specification such as "100x80", meaning 100 pixels wide, 80 pixels high. See magick::geometry() for details.
"100x80"
magick::geometry()
if(interactive()) { photo_add_captions(geotagged_photo_paths()) }