I have extensively edited this post.
This thing is pre-Alpha or "proof of concept" at best. It crashes
a lot. However, after cussing it to death and almost giving up, part of it does work well...
very close to the "light table" concept I have requested for XnView.
The installer grabs the JPG association, so you can double-click a JPG in a file manager to load an image into Viewer2. Choose an image from a small folder at first!
You can semi-automatically add folders/images to the database and assign tags. To do that:
- Run the command line program dbtool.exe (in the install folder) as the instructions suggest for adding entire folders of thumbs (jpgs only, apparently). Make sure you designate at least one tag for the import. For instance:
Code: Select all
c:\Program Files\Viewer2\dbTool.exe add myimagepath tag1 tag2 tag3
...will import all of the files in the entire folder tree designated by
myimagepath in to the Viewer2 database and tag them with 3 separate tags. For big trees it takes a long time, so start on a small folder first.
- Then, start Viewer2, click the "Find tags..." icon in the dropdown toolbar (upper right) and type one of the tag values you used. The associated thumbs will appear.
- Viewer2 only works full screen. You'll have to <alt><tab> to get to other apps if you customarily hide your windows taskbar.
- Close Viewer2 with <esc>.
The thumbnail "light table" thing you finally get to after all that effort with the tags is smooth as silk and very cool. Good ideas in it for XnView.