You can specify the background color, the time delay between images, and whether the slide show loops:
Code: Select all
usage: picshow [ flags ] images...
-bg string
Background color (named color or rgb(r,g,b)). (default "black")
-delay duration
Delay between pictures (default 2s)
-loop
Loop the show
-resize
Resize image to fit the screen.
https://github.com/ajstarks/openvg/blob ... picshow.go