Command Line option to open a set of images that are not in the same folder
I am currently evaluating ImageGlass V9, while I am impressed with its new set of robust command line options and its missing a core command line feature
The ability to open multiple image paths from various folders, all in one ImageGlass window, currently doing something like this:
$var = "C:\temp\image_1.png", "C:\temp2\image_2.png", "C:\temp3\image_3.png"
Imageglass.exe $var
Will open only the first image and discard the rest.
This is very frustrating as the previous viewers i've been using all supported this feature
Directory Opus image viewer and PureRef Viewer both have command line options to open muiltiple files under one winodw.
Describe the solution you'd like
I would like to be able to do something like:
$var = "C:\temp\image_1.png", "C:\temp2\image_2.png", "C:\temp3\image_3.png"
Imageglass.exe $var
And have all the images passed to ImageGlass open under a single window. This would really make this software just that much more amazing please consider this.
For more details please reffer to this QNA thread I made on this Repo. #1480