See: Phototools - Interactive Editing Of JPG-Comments - Old Version
JOB I have just one question please: Currently only an executable for win is available. Is it planned to publish the sources as well to take benefit / participate / contribute to your work (there might be users out here using different OS's).MHo It was not really planned up until now, as I still doing about 90% of my daily computer work on ms windows. But I did a quick look at the sources and see that there's no binary module included, so there is at least a chance to make it run e.g. under linux without too much modifications. Very interesting - I could quickly produce a starkit (instead of a starpack) and test it under my SuSE-Linux. But you can do it for yourself - just grab a copy of sdx and unwrap the executable - you'll get the whole source tree then... JOB Thank you Matthias for your explanations - I wasn't aware that is is possible to "disassemble" an executable again (sdx qwrap, I suppose). MHo: Try sdx unwrap... MHo 2010-01-12: I was totally wrong saying that there's no windows dependend stuff included; indeed it is (xphoto.dll, jpeg*.dll), where at least xphoto is replacable.
[MartinKN] - 2013-03-31 20:17:20Hi ...great tool ... I'm using it with no problems under Linux (at the moment openSUSE 12.3 x86_64) on my Asus Notebook :-) searching for a tool like this to browse jpg/jpeg and edit the commentfile in a table with not saving complete file one by one :-)One problem ... the directory tree if one branch is entered is not sorted :-( ... I think it is displayed like it is given back from physical order ... any big problem to sort it?Thx for your great work.Is there a chance for sourcecode to make a linux binary?Martinescargo - 2013-03-31 If you are going to allow for separate sorting, sorting by file name, size, and modification date would be great.MHo:
- The list of files on the right is sortable by clicking on the table headers. I just looked into the code to understand how I build the tree on the left, but I don't ;-) I'll have to take a deeper look if I have more time...
- To make a linux binary, several .DLLs have to be replaced by there linux counterparts, if they exist (which I think is the case for jpegtcl etc., but not for xphoto.dll). Vague plans exist to migrate parts of the code to pixane, which definitely is portable, but I think I'll never find the time for this.
2014-03-23: By default, the program uses German. For those who don't understand any German at all, it may be hard to glean from the help text that the English version appears if and only if the environment variable LC_ALL is set to en. From the English help text: "To switch to a language other than the default one, set env var LC_ALL to en, de etc. before the program starts."MHo 2014-03-24: The locale could be enforced by specifying locale xx in the .RC-file, as could be the timezone. The defaults for this are [mclocale] and :localtime. The environment variable tcl_tz is initialized with the timezone.