The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Slide Show

DESCRIPTION

Framebuffer Slide Show

This automatically detects all of the framebuffer devices in your system, and shows the images in the images path, in a random order, on the primary framebuffer device (the first it finds).

SYNOPSIS

 perl slideshow.pl [options] "/path/to/scan"

More than one path can be used. Just separate each path by a space.

OPTIONS

--auto

Turns on auto color level mode. Sometimes this yields great results... and sometimes it totally ugly's things up

--errors

Allows the module to print errors to STDERR

--full

Scales all images (and animations) to full screen (proportionally). Images are always scaled down, if they are too big for the screen, regardless of this option.

--delay=seconds

Number of seconds to wait before loading the next image. It can take longer to load animated GIFs.

Default is 3 seconds.

--showall

Ignores any ".nomedia" files in subdirectories, and shows the images in them anyway.

COPYRIGHT

Copyright 2010 - 2019 Richard Kelsch All Rights Reserved

LICENSE

GNU Public License Version 3.0

* See the "LICENSE" file in the distribution for this license.