Integration of a LIGHT TABLE function in XnView

Ideas for improvements and requests for new features in XnView Classic

Moderators: XnTriq, helmut, xnview

Danger_1
Posts: 2
Joined: Fri Mar 14, 2008 5:53 pm

Integration of a LIGHT TABLE function in XnView

Post by Danger_1 »

It would be a outstanding feature in XnView to have a lighttable.

This feature should allow sorting pictures in a defined sequence
by drag'n'drop of the thumbnails on a virtual light-table.
After sorting the pictures it should allow serial renaming of the
pictures in the defined sequence.

This feature would allow to sort pictures like digital kamera pics
which have all similar names.

As far as I know, this feature is only provided by a few of programs
and so it would be a unique feature for a picture-manager like XnView.
User avatar
XnTriq
Moderator & Librarian
Posts: 6183
Joined: Sun Sep 25, 2005 3:00 am
Location: Ref Desk

Post by XnTriq »

User avatar
JohnFredC
XnThusiast
Posts: 2010
Joined: Wed Mar 17, 2004 8:33 pm
Location: Sarasota Florida

Post by JohnFredC »

This is one of my long-standing requests...
John
User avatar
xnview
Author of XnView
Posts: 39880
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Post by xnview »

JohnFredC wrote:This is one of my long-standing requests...
For custom sort, some programs save sorted filename in a txt file on the same folder. I'm not sure that this solution is good??
Pierre.
User avatar
JohnFredC
XnThusiast
Posts: 2010
Joined: Wed Mar 17, 2004 8:33 pm
Location: Sarasota Florida

Post by JohnFredC »

A text file may be a good (-enough) solution. A user could chose to store the "Light Table" layout(s) file local to the folder or in some centralized place.

One could implement a text file approach to establish the metadata structures required and address the functional need, then supercede the text files (maintaining backward compatibility) with an alternative approach sometime in the future.

There are issues related to centralized metadata vs. distributed metadata being discussed in other threads...

...but if we could reach agreement about central vs distributed, or a combination of the two, then a schema for maintaining "Light Table" layouts (or any other similar data structure) could be a result.
John
User avatar
JohnFredC
XnThusiast
Posts: 2010
Joined: Wed Mar 17, 2004 8:33 pm
Location: Sarasota Florida

Re: Integration of a LIGHT TABLE function in XnView

Post by JohnFredC »

A while back I cobbled together a utility in Delphi that gives me a crude light table function (and no, it isn't suitable for sharing... lots of crashes at memory limits, its just a skeleton, really) but here is a screen shot of what it looks like in action:

Image

It displays all of the thumbs in a folder. The user can move the thumbs around with the mouse without limitation. This is helpful in identifying/matching components of panoramas (as demonstrated in the image) in preparation for sending them to a pano generator.

Very very useful to me, even in such a crude state.

Here is a copy and paste view as it might look in the XnView browser:

Image

Functions (not implemented but) needed include:

Zoom light table
Load/Save light table
Add images
Delete images
Group images
Toggle filename display
Toggle file time display
Generate ordered file lists
Adjust thumb transparency
Etc.
John