picshow: a picture viewer using OpenVG
Posted: Sat Dec 19, 2015 7:28 pm
picshow shows a series of images on the Raspberry Pi screen. (X is not required)
You can specify the background color, the time delay between images, and whether the slide show loops:
Source in:
https://github.com/ajstarks/openvg/blob ... picshow.go
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