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.
Hello to all! I found the example code using the dll with C#, but I can't find a dll. I'm using C# express edition and there's no way for me to build the dll ...
Hello Andreas! Looks like I have to find somebody who can compile the project. I don't have access to MSVC. As mentioned, I only own the C# Express Edition. ...
Hi all, I have metadata.cs from here. I would like to get multiple keywords from the image and display them in list box - one by one. Actually, I am using...
Hi, First of all, thanks for writing and maintaining Exiv. It's an excellent library. I apologize if this is in the documentation or examples, but I haven't...
Besides a number of bug fixes, the new version has: * read support for PNG and Sony ARW file formats (PNG not on Windows) * a Canon makernote update - note...
In Windows, exiv2 -T doesn't seem to take the timezone settings from the Control Panel/Date and Time Properties into account, so the timestamp is off by the...
I had just noticed you kicked 0.11 out last night before this email went out and have already downloaded it and successfully compiled it on 10.4 Tiger. Never...
Hello all, I am trying to find a way to compile the Exiv2 command line utility into one file so that I can distribute it with my app and not require the user...
... Just two general remarks, since I don't have a Mac: + Version 0.7 is terribly outdated, I strongly recommend you use v0.11 instead. + Try "configure...
Bingo! That worked a treat. I might come back asking for help in reducing the file size because it's come out at 7.8MB, though it zips down to 1,7, where as my...
... The other 7MB is full of symbols, mostly used for debugging. The binary you have now will mostly be useless for any sort of disassembly or tracing but ...
David
lists@...
Sep 24, 2006 7:06 pm
485
Hi folks, is anyone working on Python bindings for exiv2? Any chance someone will be? I'm interested in the IPTC part but the complete suite would be nice, of...
Hi Andreas, Just a quick question. Looking at this URL: http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/Canon.html#FocalLength FocalLength and...
David
lists@...
Sep 25, 2006 5:54 pm
487
... part of the ... So the value is either the focal length or the scaled focal length? And the question is therefore how to decide which one we're dealing ...
... Which parts of the IPTC part would you be interested in? Short term it might be possible to do using Boost.Python, wrapping the functions that are ...
David
lists@...
Sep 27, 2006 5:19 pm
490
If you have time I would love to see your final "How to compile EXIV2 on Mac OS X for Dummies". (I'm a Windows developer, but I would be interested in using...
Eric Bowen (Gmail) twisted the bytes to say: Eric> If you have time I would love to see your final "How to compile EXIV2 on Mac Eric> OS X for Dummies". Eric>...
There is no need to install Fink. I never have. I could be wrong, but unless you want to require your users of your software to install Fink you might want to...
My particular exercise was to make a binary that didn't need anything else and would run on any other mac without them needing to know some funny little unix...
I noticed that some jpegs I am editing using exiv2 were losing their icons and on closer inspection their file-created are also changing. I've looked at the -k...
Hello, on http://bluebat.dnsalias.org/exiv2/ I've prepared a small patch for the current svn-revision of exiv2 (887) which adds an additional keyword...
... It can be decided based on whether the camera is an EOS model or not. So some access is needed to the other tags. exiftool manages it by having a...
David
lists@...
Oct 1, 2006 5:00 pm
498
Python bindings for Exiv2 would be great --- at the moment, I use os.popen and friends to invoke the commandline version of Exiv2, after constructing the...