diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 14:58:42 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 14:58:42 -0400 |
commit | e367fc2b0a52a3ade560f6f87077045209381d90 (patch) | |
tree | 1cbf49729f2c3eae5ff85a8933fd8632b8b54fca /graphics | |
parent | d969288584d7dd951933973076e0be7ebbce9ff1 (diff) | |
download | slackbuilds-e367fc2b0a52a3ade560f6f87077045209381d90.tar.gz |
graphics/fbpic: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/fbpic/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/fbpic/README b/graphics/fbpic/README index f779496aec..ae0eca3d5f 100644 --- a/graphics/fbpic/README +++ b/graphics/fbpic/README @@ -1,6 +1,7 @@ FBpic is a simple command to view ppm files on the linux frame buffer. -There are no command line switches, the ppm file is just read in from -stdin. You must have your framebuffer set up to display graphics (@16bpp). +There are no command line switches, the ppm file is just read in +from stdin. You must have your framebuffer set up to display graphics +(@16bpp). EXAMPLES: @@ -15,8 +16,8 @@ To scale and display a jpg on the console via Imagemagik: Simple one line slideshow: - setterm -cursor off;find /path/to/pics/*.jpg|while read; \ - do convert -scale 1024x768! ppm:-|fbpic;sleep 2;done;setterm -cursor on + setterm -cursor off;find /path/to/pics/*.jpg|while read; do + convert -scale 1024x768! ppm:-|fbpic;sleep 2;done;setterm -cursor on Change "scale" to your frame buffer resolution, change /path/to/pics/ to point to a folder of jpgs and sleep for the delay. |