slideshow: Make a slideshow of photos

View source: R/slideshow.R

slideshowR Documentation

Make a slideshow of photos

Description

Make a slideshow of photos

Usage

slideshow(f, delay = 1, geometry = "800x600", repeat_show = FALSE)

Arguments

f

File path to photo(s).

delay

Delay in seconds between photos to show

geometry

A geometry specification such as "100x80", meaning 100 pixels wide, 80 pixels high. See magick::geometry() for details.

repeat_show

If TRUE the photos will repeat in an infinite loop. FALSE by default.

Examples


slideshow(geotagged_photo_paths())


Robinlovelace/photomapr documentation built on Oct. 21, 2022, 7:21 a.m.