Hi all, I know that this problem is already asked under this item: http://uk.groups.yahoo.com/group/exiv2/message/658 I want to ask the same question again,...
... I have never used VS2008 (I am using VS 2005 Express), nor am I using the Common Language Runtime support in my own project (does this imply "managed C++",...
Hi Oliver, Hi all, first many thanks to Oliver for the quick answer! I tried to compile and link exiv2lib project with setting General -> Common Language...
... Well, I know there is a way to link "managed code" (is this synonymous to Common Language Runtime Support?) against "unmanaged" (read: plain C/C++) code. ...
... MS ... Hi Oliver, I already had a look to MSDN and also looked for google results, but I did not have any success as I mentioned before. I will do it...
Hello, I own a Nikon D80 and work a lot with digikam that uses exiv2. Lately I wondered why I never see the lens manufacturer in the exif data in digikams exif...
... These tags are technically not stored in Exif. Exiftool can read much more information from Makernotes, compared to Exiv2. The Lens ID is a special...
Hi Rainer, What prevents exiv2 from displaying this info is that the lens data information (Exif.Nikon3.LensData) of the Nikon D80 is encrypted and exiv2...
... data ... and ... this ... this ... Yes, the Tamron lens is in nikonmn.cpp. So, the lens is known, decryption algorithm is known as well but the internal...
If you're interested in Photoshop and/or JPEG-2000 image support, check out the latest revision in SVN, which adds Exif, IPTC and XMP read support for these as...
Hello, I'm compiling the libexiv2 source as part of a much larger project, using gcc 4. Since I have the -Woverloaded-virtual option enabled, I get a slew of...
Fixed in rev 1408. The hidden base class functions need to be brought back in the scope of the derived classes. I also added this warning flag. Thanks for...
Hello, In certain (admittedly rare) conditions, the conversion of a rational value into a float may lose precision. For example, the following program: long...
... <snip> ... Yes, it is unfortunate that I started with float conversions rather than double conversions. It is something I plan to change (preferably, but...
Hello, I'm writing some code that uses libexiv2 to retrieve some XMP tags from an image, such as the "dc:rights" property (aka the copyright notice). The code...
... Added that. Since the virtual method LangAltValue::toString(long n) didn't do anything at all, I changed it to return the text value associated with the...
Hello, I use exiv2 to modify existing exif metadata on jpeg file and the original image filename is always changed. Is it possible to modify without renaming...
Hi, This should not happen. The filename should remain the same. Very strange. Can you provide some more information about your environment please? + What OS...
Many thanks for your very rapid answer. I am working on Windows XP 2002. If I launch the exiv2 command by the ms-dos command execution line, it works. If I...
... If you write a very small test program, which does nothing except calling 'system' to execute an exiv2 command, like you do in your application, does it...
I am really sorry to have disturbed you for this... Indeed, it worked with another small application. In fact, the problem was that I was closing the handle on...
... Hi Andreas, This is what I have so far. It is not yet complete and needs a lot of work, I just want to show that I am working on it ;). The biggest problem...
On Thu, 1 May 2008 22:00:20 +0200, ... far is ... Couldn't you use XMPUtils::ConvertToDate() for that? It's defined in the Adobe XMP SDK (XMPUtils.cpp:1271)...
... Good to hear the problem is solved. Since you're writing in C++, maybe you could use the exiv2 library directly, instead of calling the executable. That...
Hi Vladimir ... of work, ... Great! Thanks for the patch. I'm sorry I didn't ask you earlier whether you are assigning the copyright of your changes to me -...
... OK, no problem. I knew about the dual licence since beginning. ... Thanks, but I don't think that I need SVN access. I am not too familiar with c++ and I...
... This was added recently, it is available in the trunk version in SVN (see http://www.exiv2.org/download.html#devel) and will be part of the next release. ...