You can set the sort order of messages? Just click on the link in the date column. Your preferences will be remembered, so you don't have to do it again when you return.
... excuse me if you got the email twice. i just stopped using yahoo a long time ago and if you write back to the previous mail-address, i won't get it, so...
andré, No, you are not in the middle (IMHO). Read the license - pure GPL not LGPL. From the home page. "License Exiv2 is free software; you can redistribute...
Thanks for the clarification Andreas. You have provided some important insight about the wisdom of distributing source with the application. For a moment...
thanks for the quick response! that's all i wanted to know. now we will have to decide! :) @Roger: i understand your concerns. but as i mentioned: it is a ...
... I was not aggresive (IMHO) as I did not write that you had set you up for being sued for copyright infringement... :-) But OK, my writing "Why do you...
Well, I was able to compile current exiv2 (svn 1343) with Visual C++ 2008 Express Edition against original Adobe XMP SDK. The changes (diffs) were made are at...
A integer overflow bug has been reported in Exiv2. The problem occurs with JPEG images containing specially crafted Exif data, when the library reads the Exif...
I'd like to make a suggestion for a future version of the exiv2 program: provide a parameter to truncate the first [n] characters in a filename when it...
... There is no exiv2 "native" support for XML output yet (except for XMP). Will Stokes' Reveal, a GUI based on exiv2, might have that. Thinking about it, now...
Thanks for the feedback, Nikolai. I have now added an xmpsdk project and several XMP samples to the MSVC solution, now XMP is compiled out of the box when you...
Reveal can export metadata using a pretty straight forward XML format. The only liberty I took was to wrap all metadata in a tag so I could also include a...
After some more cleanup (http://dev.robotbattle.com/bugs/view.php?id=535), Exiv2 now compiles with MSVC 7.1, 8 and 9 (aka 2003, 2005 and 2008). However, for...
The following suggestion is from the bug tracker (http://dev.robotbattle.com/bugs/view.php?id=536), cross-posted here for further discussion: "Time to switch...
Andreas, Using CMake is an _excellent_ solution. It's a cross plateform tool and very easy to use. digiKam and whole KDE project use it already with success....
Hello, Switching to a cross-platform build system seems to me like the way to go. I hardly ever use Windows but even on *nix systems getting rid of all the ...
... Autoconf/automake hell has nothing in common with makefiles. ... I do not think we get clean and simple solution by adding one more complex environment. My...
Hi all I have problems with 2 parts of exiv2 project. Im not a C++ programmer (I prefer c#) and I have only VS Express. 1. I have problem with saving GPS...
... Try with a rational string like "1/100" or "1/100 2/100 3/100" to set all three at once. ... I have only been able to compile it with MSVC 7.1 (aka 2003),...
Release 0.16 is finally done. The documentation now includes XMP properties, XMP works on MSVC and there are a number of general bugfixes and smaller...
Does/will exiv2 have any support for reading XMP sidecar files? It seems not, from my limited tests of 0.16: [mjc@flay eraseme]$ exiv2 -pt a-sidecar.jpg ...
... Thanks, that was the pointer that I needed. Now that I have that working... is it normal / expected that exif tags in an xmp sidecar should be returned in...
Hi guys, just found exiv2 and I am quite excited. I have a couple of questions though: 1) Iptc.Application2.Keywords is repeatable, allowing 64 bytes. What is...
... There is no "pretty-print" functionality for XMP properties yet, so yes, this is currently "normal". Unfortunately just a few of the XMP tags (mostly the...
... The question about the encoding is not so easy :) and has caused quite a bit of debate, e.g., here: http://bugs.kde.org/show_bug.cgi?id=132244 ... Exiv2...
Hello, I am new to this list and my interest in LibEXIV2 comes as a tester for hugin. Gerry Patterson has implemented LibEXIV2 in Pablo d'Angelo's hugin ...