Sign In
New User? Sign Up
exiv2
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
You can search the group for older messages.

Messages

  Messages Help
Advanced
Messages 1111 - 1141 of 1513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1111
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,...
bennylauth81
Offline Send Email
Apr 7, 2008
1:30 pm
1113
... 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++",...
Till Oliver Knoll
till213
Offline Send Email
Apr 7, 2008
9:21 pm
1114
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...
bennylauth81
Offline Send Email
Apr 8, 2008
2:33 pm
1115
... 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. ...
Till Oliver Knoll
till213
Offline Send Email
Apr 9, 2008
6:19 am
1116
... 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...
bennylauth81
Offline Send Email
Apr 9, 2008
7:20 am
1117
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...
rainer042
Offline Send Email
Apr 13, 2008
11:56 am
1118
... 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...
Vladimir Nadvornik
nadvornikv
Offline Send Email
Apr 13, 2008
6:07 pm
1119
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...
Andreas Huggel
zzzahu
Offline Send Email
Apr 14, 2008
2:56 am
1120
... 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...
rainer042
Offline Send Email
Apr 14, 2008
6:40 am
1121
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...
Andreas Huggel
zzzahu
Offline Send Email
Apr 15, 2008
4:52 am
1122
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...
Marco Piovanelli
piovanel
Offline Send Email
Apr 16, 2008
11:45 am
1123
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...
Andreas Huggel
zzzahu
Offline Send Email
Apr 16, 2008
3:54 pm
1124
Hello, In certain (admittedly rare) conditions, the conversion of a rational value into a float may lose precision. For example, the following program: long...
Marco Piovanelli
piovanel
Offline Send Email
Apr 25, 2008
10:33 am
1125
... <snip> ... Yes, it is unfortunate that I started with float conversions rather than double conversions. It is something I plan to change (preferably, but...
Andreas Huggel
zzzahu
Offline Send Email
Apr 26, 2008
5:43 am
1126
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...
Marco Piovanelli
piovanel
Offline Send Email
Apr 30, 2008
5:03 pm
1127
... 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...
Andreas Huggel
zzzahu
Offline Send Email
May 1, 2008
8:44 am
1128
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...
slacouture
Offline Send Email
May 1, 2008
12:36 pm
1129
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...
Andreas Huggel
zzzahu
Offline Send Email
May 1, 2008
12:54 pm
1130
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...
slacouture
Offline Send Email
May 1, 2008
1:48 pm
1131
... 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...
Andreas Huggel
zzzahu
Offline Send Email
May 1, 2008
2:09 pm
1132
On Thu, 1 May 2008 08:44:36 +0000, ... Sounds good. ... Thank you for the prompt reaction. -- marco -- It's not the data universe only, it's human...
Marco Piovanelli
piovanel
Offline Send Email
May 1, 2008
3:02 pm
1133
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...
slacouture
Offline Send Email
May 1, 2008
7:44 pm
1134
... 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...
Vladimir Nadvornik
nadvornikv
Offline Send Email
May 1, 2008
8:00 pm
1135
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)...
Marco Piovanelli
piovanel
Offline Send Email
May 1, 2008
9:37 pm
1136
... 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...
Andreas Huggel
zzzahu
Offline Send Email
May 2, 2008
2:57 am
1137
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 -...
Andreas Huggel
zzzahu
Offline Send Email
May 2, 2008
9:13 am
1138
Yes indeed. But I was having to make the development rapidly. I will use the library when I have more time to integrate it. Thanks, Sylvie...
slacouture
Offline Send Email
May 2, 2008
9:16 pm
1139
... 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...
Vladimir Nadvornik
nadvornikv
Offline Send Email
May 2, 2008
9:28 pm
1140
Hi, when will exiv2 allow metadata extraction from Adobe Photoshop files? Nice Regards, Franz...
picurlpy
Offline Send Email
May 3, 2008
9:59 am
1141
... 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. ...
Andreas Huggel
zzzahu
Offline Send Email
May 3, 2008
2:48 pm
Messages 1111 - 1141 of 1513   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! UK. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help