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).

Note: It will ignore any subdirectory with a ".nomedia" file in it.

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 makes things ugly.

--errors

Allows the module to print errors to STDERR

--nofull

Turns off automatic proportional image scaling to full screen, and shows the image in its original resolution (unless it is too big for the screen, else it will be scaled down regardless).

--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 - 2023 Richard Kelsch All Rights Reserved

LICENSE

GNU Public License Version 3.0

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