[NLUUG]   Welcome to ftp.nluug.nl
Current directory: /os/Linux/distr/salix/sbo/15.0/graphics/fbpic/
 
Current bandwidth utilization 1169.50 Mbit/s
Bandwidth utilization bar
Contents of README:
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).


EXAMPLES:

To display the image /fancyboot/images/main.ppm on the console:

  cat '/fancyboot/images/main.ppm'|fbpic

To scale and display a jpg on the console via Imagemagik:

  convert /fancyboot/images/ntpd.png -scale 1024x768! ppm:-|fbpic

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

Change "scale" to your frame buffer resolution, change /path/to/pics/
to point to a folder of jpgs and sleep for the delay.

Icon  Name                                     Last modified      Size  
[DIR] Parent Directory - [TXT] README 17-Mar-2022 18:33 748 [   ] doinst.sh 14-Jun-2018 16:00 322 [TXT] fbpic.SlackBuild 11-Mar-2022 06:34 1.7K [   ] fbpic.info 11-Mar-2022 06:34 351 [TXT] slack-desc 26-Nov-2013 10:57 725

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!