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.
Update: The build problem I was getting for exiv2com is a regsvr32 permission issue--you need administrative privileges to register the dll, and the...
I'm looking for a few TIFF images with Exif data, preferably from Cameras for which Exiv2 has existing Makernote support. Please email to me directly (max 10MB...
For non-camera data try taking a TIFF image in Irfanview and setting some EXIF metadata and saving it out, then testing using that. I wish I could you further....
Thanks, Gilles - you were quicker than me :) The new parser is read-only for now and doesn't know about Makernotes yet. It is still very fresh and hardly...
Here is a subject for discussion. What's your opinion on this? There have been a handful of queries from people who wanted to use the Exiv2 library in their...
This is a complicated subject. I have similar feelings about my own open source projects. I'd prefer to spend more time on them, but spending he amount of time...
One problem with direct licensing (and the resulting needing to own all copyrights) is that you end up being unable to reuse other GPL code or freely accept...
I think Brad brings up a good point with not being to accept outside code. Then again, I don't really see any major functionality on the horizon that exiv2...
The MPL and LGPL probably defeat the larger social purposes of the GPL from RMS's perspective, but it would not defeat getting code contribution back to Exiv2....
Comments from Gilles; they didn't get through on the list. ... Subject: Re: Duallicensing model for Exiv2? Date: Friday 07 April 2006 16:23 From: Gilles...
... Yes, that is an important point. There are a couple of requested features for which it will make sense to use other code. The most imminent is i18n ...
For the original choice of license, the main goal was to contribute the library to the open-source community. I narrowed it to *GPL because these are the most...
... There is a function to decode the lens from Exif.Nikon3.LensData, which is the result of a project by Robert Rottmerhusen. For this code I wouldn't want to...
Cool, thanks for your feedback. To summarize, the main points brought up are: + The change should be communicated clearly on the website + Commercial users...
Yesterday I released Reveal 1.1, my little metadata viewer editor built on top of exiv2 and Qt. This GUI app is available for Linux, OSX, and Windows. Reveal...
Hi, I just sent this to ExifTool maintainer Phil. I guess you does track ExifTool development closely. But since he will be on holiday... I send it to you...
How does these mix? ... and ... Suppose a commercial user feedback their copyrighted code... It is necessary to make it clear that the commercial users...
Hi Roger, Thanks for your patch. I've added it to the repository with minor formatting changes (http://dev.robotbattle.com/cmtinfo_svn.php?r=10&v=736), since I...
... I found a minor bug in the translation from Python to C++ Index: src/nikonmn.cpp ... +++ src/nikonmn.cpp (working copy) @@ -647,7 +647,7 @@ // Mapping...
It looks like this project will have EUR 750 soon. (I'm jumping the gun a bit, the deal is not yet closed.) I'd like to use that money to at least symbolically...
... Done that and found one example that follows my mapping! But a problem is that Nikon compacts does not (or does never get focus...) This is mostly to get...
... That is because you have fewer than 8 focus sensors (the bit pattern fits in one byte) ... 2 == 1 << 1 ... 8 == 1 << 3 ... 1 == 1 << 0 ... 16 = 1 << 4 ... ...
... I don't know all the ins and outs of my camera yet but under such situations I can't get a trigger. The lense zips back and forth once and then nothing....
... Lets see... The default on D200 was to require focus AF-S mode but in AF-C or Manual it was not required. I got to many unfocused images in AF-C mode so I...
Among the Exiv2 test data (in SVN), there are 2 images of E-series Nikon cameras for which the print function says "Single area, Center (failed)". Is that...
... No, but I think that is because the cameras are broken! I have about 50 own test images from a E5600, 150 images from a E4100 (company trip collection). ...