Make a slideshow of photos

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

#> # A tibble: 1 x 7 #> format width height colorspace matte filesize density #> <chr> <int> <int> <chr> <lgl> <int> <chr> #> 1 JPEG 800 600 sRGB FALSE 0 72x72
#> /home/travis/build/Robinlovelace/photomapr/inst/photos/IMG_20190523_120605_logo.jpg
#> # A tibble: 1 x 7 #> format width height colorspace matte filesize density #> <chr> <int> <int> <chr> <lgl> <int> <chr> #> 1 JPEG 800 600 sRGB FALSE 0 72x72
#> /home/travis/build/Robinlovelace/photomapr/inst/photos/IMG_20190523_135034_logo.jpg
#> # A tibble: 1 x 7 #> format width height colorspace matte filesize density #> <chr> <int> <int> <chr> <lgl> <int> <chr> #> 1 JPEG 800 600 sRGB FALSE 0 72x72
#> /home/travis/build/Robinlovelace/photomapr/inst/photos/IMG_20190524_104545_logo.jpg
#> # A tibble: 1 x 7 #> format width height colorspace matte filesize density #> <chr> <int> <int> <chr> <lgl> <int> <chr> #> 1 JPEG 800 600 sRGB FALSE 0 72x72
#> /home/travis/build/Robinlovelace/photomapr/inst/photos/IMG_20190524_110720_logo.jpg
#> # A tibble: 1 x 7 #> format width height colorspace matte filesize density #> <chr> <int> <int> <chr> <lgl> <int> <chr> #> 1 JPEG 800 600 sRGB FALSE 0 72x72
#> /home/travis/build/Robinlovelace/photomapr/inst/photos/IMG_20190524_200945_logo.jpg