diff options
author | aiju <devnull@localhost> | 2016-06-10 12:14:02 +0200 |
---|---|---|
committer | aiju <devnull@localhost> | 2016-06-10 12:14:02 +0200 |
commit | e73a9eb9e835d21bd44d2f0a26d144c49c504d07 (patch) | |
tree | 859fa45535d22a5fa496489a61a741377a3a8bc9 /sys/man | |
parent | a00b6bdbfa72a1688a866edf5f825720c9874ada (diff) |
togif: -E flag to read animation from stdin
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/1/jpg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/man/1/jpg b/sys/man/1/jpg index 5b3b9da1a..6df712f99 100644 --- a/sys/man/1/jpg +++ b/sys/man/1/jpg @@ -105,6 +105,8 @@ jpg, gif, png, tif, ppm, bmp, v210, yuv, ico, tga, tojpg, togeordi, togif, toppm .I msec ] .I file ... +| +.B -E ] .br .B toppm @@ -351,6 +353,11 @@ By default, the images are displayed as fast as they can be rendered. This option specifies the time, in milliseconds, to pause while displaying the next named .IR file . +.TP +.B -E +Specifying this option instead of a list of files will read the frames from a pipe on fd 0. +Each frame is terminated with EOF. +End of the animation is specified by an extra EOF. .PP .I Gif translates files that contain a `transparency' index by attaching |