SpoutSlideshow

SpoutSlideshow is a simple image slideshow with Spout output
built with Openframeworks 11 and Visual Studio 2017.
The output can be received into any Spout enabled application.
Refer to bin\SpoutSlideshow.pdf for details.

The project depends on :

ofxWinMenu
SpoutLibrary

Spout functions use 2.007 SpoutLibrary.
Header and library files are included with the project.
A dll is provided with the release.

Project files

The project files are for Visual Studio 2017

How to use :

Keyboard shortcuts :

    SPACE - show / hide onscreen text
    'p' - play / pause slideshow
    LEFT/RIGHT - Next / previous slide
    't' - toggle topmost window
    'f' - toggle full screen
    'ESC' - exit full screen


Copyright (C) 2017-2021 Lynn Jarvis https://spout.zeal.co/.

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    GNU Lesser General Public License for more details.

    You should have received a copy of the GNU Lesser General Public License
    along with this program. If not, see http://www.gnu.org/licenses/.


APNGDIS - http://apngdis.sourceforge.net
    APNG Disassembler 2.8
    Deconstructs APNG files into individual frames.
    Copyright (c) 2010-2015 Max Stepin (maxst at users.sourceforge.net)
    ZLIB LICENSE – see apngdis.cpp

TINYXML - www.sourceforge.net/projects/tinyxml
    Original code (2.0 and earlier )
    Copyright (c) 2000-2002 Lee Thomason
    ZLIB LICENSE – see tinyxml.cpp

LIBPNG -
    Copyright (c) 1998-2015 Glenn Randers-Pehrson
    (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
    (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
    LIBPNG LICENSE – see png.h