torum / Image-viewer

A cross-platform, simple and minimum, yet configurable photo viewer/slideshow/digital signage app for Windows, Linux, and Mac.
https://torum.github.io/Image-viewer/
MIT License
92 stars 11 forks source link

No slideshow of all when selecting one file #9

Open kuebel opened 3 years ago

kuebel commented 3 years ago

Hi!

Could you add an option that selecting one file doesn't load all images of that directory?

(I would like others to use this software to display images on a projector fullscreen - and sometimes they want to display one image and sometimes multiples)

Thanks!

harrynic commented 2 years ago

I second keubel's request to provide an option to show just one image at a time. I'm trying to use imageviewer.exe in a Windows 10 Visual Studio C/C++ console project using a call of the type 'system(""imageviewer.exe --options D:\Directory\file.jpg" )' ..

Also, it would be much appreciated if a timer option were available to set how long the single image appears on the screen. I've been using system("feh --options D:/Directory/file.jpg") calls on my Raspberry Pi in C/C++ programs with good results, so I'm hoping to use your imageviewer program in the same way with Windows 10.

Not sure if I'm up to trying to add these features mentioned above myself using Lazarus IDE and the FPC compiler, but I guess it would be a good learning experience (Do you have any hints for my trying to add these additional features I mentioned?). Thanks very much for making your first-class work freely available.

Domo arigato from Tennessee, USA.