- takes hundreds of megabytes off your HDD/SSD capacity while being advertised as "lightweight" or "lite"
- takes "forever" in terms of time plus "gigabytes" in terms of memory usage just to start processing a folder of a few hundred images
- is written with ❤️ (or whatever) in Javascript / node.js / Electron or other "technology" enabling "less-than-expert programmers […] to develop fast systems"
- runs only on the very latest and greatest, rainbows and unicorns version of the operating system
- does "Hollywood style" slide shows and effects
I decided to write it because my requirements for the tool were as usual deceptively simple:
- drop an image file(s) or folder(s) with image files on the application icon/window
- handle loading image lists of – say – quarter milion images within one lifetime of the user
- quickly navigate through lists of images regardless of their size
- easily switch views of the image scaled to either full-screen or window bounds. Or unscaled in 1:1 pixel size
- easily view image rotated 90, 180, 270 degrees, without (!) persisting the (often lossy) rotation in the file itself
- support shortcut actions to easily distribute (copy, move) images across predefined destination directories
Here they are (plus a few more) materialised:
https://apps.apple.com/pl/app/sdview/id1526830373
To be continued…
