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.
... Me too (I was away so this had to wait a bit). This is a bug, thanks for reporting it: http://dev.robotbattle.com/bugs/view.php?id=521 The particular issue...
Hi, I wonder if someone can help me out on this one. I've been trying parse IPTC data from images with Hebrew metadata. If I use exiv2 to dump the IPTC data...
caerwyn, IPTC.Envelope.CodedCharacterSet store encoding of char of all IPTC tags. I recommend to use everywhere UTF8. About undocumented tags, i recommend to...
... There is quite an extensive (and still ongoing) discussion of the char encoding issue in the digikam bugtracker: http://bugs.kde.org/show_bug.cgi?id=132244...
On Thu, 5 Jul 2007 12:29:24 +0000, ... FWIW, I have analyzed some sample pictures privately provided to me by Caerwyn, and the embedded IPTC tags are obviously...
And that's more or less what I was beginning to think, but here's the rub.. Up until now I've been using the windows call of MultiByteToWideChar to translate...
The Exiv2 version in SVN is now 0.15 and libtool -version-info changed from 0:0:0 to 1:0:1 to indicate that new interfaces were added, none were deleted and...
This is a compatible maintenance release. It fixes a number of bugs, adds support for Minolta G500 RAW files and has minor tag and some larger translation...
Long time since I read exiv2 message board... Noticed this message. ... I think I have found the slightely more intelligent conversion function :-) When seeing...
The following two steps were required to build exiv2 successfully on this machine (summarized from private communication with Masahiro Yamaguchi): 1) Run...
Hi list, I am currently trying to revise the code for a function that implements an exif-copy between files. It all works well except in this case: 1) I...
I'm not sure exactly, but perhaps the issue is that you're trying to copy two different breeds of makernote data into the target file. For example, say the...
... To see how the exiv2 utility does this, have a look at the function metacopy() in actions.cpp What's the use case for the option which doesn't overwrite? ...
... Ok, thanks guys, I'll look into it. The tool (belonging to the qtpfsgui project) was originally intended to copy the exif data over exif-less images. The...
Greetings -- Is it possible to define a local set of exif keys? For a collection of tv and video screenshots, I need to store information about show, network,...
... Yes, you can use any (unused) tag number in any existing Exif group (the middle part of the key, e.g., Image, Photo, etc). If there is no tag name for the...
... Very cool! Better than I expected, and thank you for the detailed explanation. How about defining local tags? For instance, could I create, Exif.Channel.ID...
... There is no way to register custom tag names for Exif or IPTC. The straightforward way is to define your own constants in your program. You could of course...
Hi Andreas, ... Right, that's not an attractive prospect. ... those ... OK ... "Creative Commons is considering recommending XMP as the preferred format for...
... Started, if you check out the repository changes, you'll notice some recent activity in branches/xmp. I should soon be ready to announce a first working...
I found this solution: FOR %%c in (*.jpg) DO exiv2 -k -M"add Iptc.Application2.Caption %%c" "% %c" The problem is the FILE TYPE is also included in the caption...
Hi, I'm thinking of developing a research related application (yes I'm a Ph.D. student) which uses Exiv2 library. I would like to make my application free as...
Having just read through the emails below and the GNU documents, I am now somewhat uneasy about starting a project with exiv2. Although, it does seem to be a...
... Yes, the exiv2 library is also available with a commercial license. The price is a one-time fee of EUR 750 and includes future patches which I can license...