/PhotoSlide

PhotoSlide is a simple image viewer written in C#, Using the Winforms default PictureBox Control, Photo Slide can play basic slideshow of images(jpg, png, animated gif) without slide effects in window mode. Photo slide can also create a photo playlist file, think of it as something similar to an MP3 playlist, but for images.

Primary LanguageC#

PhotoSlide

PhotoSlide is a simple photo viewer written in C# developed for personal use, Using the Winforms default PictureBox Control, The Photo Slide Prototype can play basic slideshow of images(jpg, png, animated gif) without slide effects in window mode. Photo slide can also create a photo playlist file, think of it as something similar to an MP3 playlist, but for images.
Currently, the playlist extention of PhotoSlide is a readable'txt' file.

There is source included VistaFolderBrowserDialog UI from Ooki.Dialogs for a user-friendly folder browser dialog and such.

PhotoSlide supports opening image files directly either by default or drag and drop

Requirements

To run, you need

  • .NET 3.5 (or above)

To compile, you need

  • C# compiler, such as:
    • Visual Studio

Development Status

  • Prototype