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

Yahoo! Groups Tips

Did you know...
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.

Messages

  Messages Help
Advanced
Messages 985 - 1014 of 1513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
985
... excuse me if you got the email twice. i just stopped using yahoo a long time ago and if you write back to the previous mail-address, i won't get it, so...
andre_selmanagic
andre_selman...
Offline Send Email
Dec 7, 2007
2:19 pm
986
andré, No, you are not in the middle (IMHO). Read the license - pure GPL not LGPL. From the home page. "License Exiv2 is free software; you can redistribute...
Roger Larsson
roger_j_larsson
Offline Send Email
Dec 8, 2007
1:07 am
987
hi andré, if you use a gpl compatible license for your own software, then you can use the gpl'd version of exiv2. else you need a commercial license. it ...
Andreas Huggel
zzzahu
Offline Send Email
Dec 8, 2007
3:34 am
988
Thanks for the clarification Andreas. You have provided some important insight about the wisdom of distributing source with the application. For a moment...
Robert S
bobicusartif...
Offline Send Email
Dec 8, 2007
5:06 am
989
thanks for the quick response! that's all i wanted to know. now we will have to decide! :) @Roger: i understand your concerns. but as i mentioned: it is a ...
andre_selmanagic
andre_selman...
Offline Send Email
Dec 8, 2007
11:55 am
990
... I was not aggresive (IMHO) as I did not write that you had set you up for being sued for copyright infringement... :-) But OK, my writing "Why do you...
Roger Larsson
roger_j_larsson
Offline Send Email
Dec 8, 2007
12:37 pm
991
Well, I was able to compile current exiv2 (svn 1343) with Visual C++ 2008 Express Edition against original Adobe XMP SDK. The changes (diffs) were made are at...
Nikolai Saoukh
nsaoukh
Offline Send Email
Dec 12, 2007
5:36 pm
992
A integer overflow bug has been reported in Exiv2. The problem occurs with JPEG images containing specially crafted Exif data, when the library reads the Exif...
Andreas Huggel
zzzahu
Offline Send Email
Dec 22, 2007
10:53 am
993
I'd like to make a suggestion for a future version of the exiv2 program: provide a parameter to truncate the first [n] characters in a filename when it...
exiv2post
Offline Send Email
Dec 23, 2007
7:37 pm
994
is there any way to get the exiv2 to export it's output in xml format?...
mikeycarter1974
Offline Send Email
Dec 28, 2007
6:45 pm
995
... There is no exiv2 "native" support for XML output yet (except for XMP). Will Stokes' Reveal, a GUI based on exiv2, might have that. Thinking about it, now...
Andreas Huggel
zzzahu
Offline Send Email
Dec 29, 2007
3:13 am
996
Thanks for the feedback, Nikolai. I have now added an xmpsdk project and several XMP samples to the MSVC solution, now XMP is compiled out of the box when you...
Andreas Huggel
zzzahu
Offline Send Email
Dec 31, 2007
6:56 am
997
Reveal can export metadata using a pretty straight forward XML format. The only liberty I took was to wrap all metadata in a tag so I could also include a...
Will Stokes
stokes_will
Offline Send Email
Jan 1, 2008
7:36 pm
998
Yikes, sorry to hear this!...
Will Stokes
stokes_will
Offline Send Email
Jan 1, 2008
7:37 pm
999
After some more cleanup (http://dev.robotbattle.com/bugs/view.php?id=535), Exiv2 now compiles with MSVC 7.1, 8 and 9 (aka 2003, 2005 and 2008). However, for...
Andreas Huggel
zzzahu
Offline Send Email
Jan 3, 2008
7:02 am
1000
The following suggestion is from the bug tracker (http://dev.robotbattle.com/bugs/view.php?id=536), cross-posted here for further discussion: "Time to switch...
Andreas Huggel
zzzahu
Offline Send Email
Jan 3, 2008
7:42 am
1001
Andreas, Using CMake is an _excellent_ solution. It's a cross plateform tool and very easy to use. digiKam and whole KDE project use it already with success....
Gilles Caulier
cauliergilles
Offline Send Email
Jan 3, 2008
8:12 am
1002
Hello, Switching to a cross-platform build system seems to me like the way to go. I hardly ever use Windows but even on *nix systems getting rid of all the ...
olivier@...
osomon314
Offline Send Email
Jan 3, 2008
8:17 am
1003
... Autoconf/automake hell has nothing in common with makefiles. ... I do not think we get clean and simple solution by adding one more complex environment. My...
Nikolai Saoukh
nsaoukh
Offline Send Email
Jan 3, 2008
2:39 pm
1004
Hi all I have problems with 2 parts of exiv2 project. Im not a C++ programmer (I prefer c#) and I have only VS Express. 1. I have problem with saving GPS...
radeks111
Offline Send Email
Jan 8, 2008
11:54 am
1005
... Try with a rational string like "1/100" or "1/100 2/100 3/100" to set all three at once. ... I have only been able to compile it with MSVC 7.1 (aka 2003),...
Andreas Huggel
zzzahu
Offline Send Email
Jan 8, 2008
12:13 pm
1006
... set ... Thx very much. Thats works perfect. ... with ... it ... some ... I see. So I focus on exivsimple. -- radeks...
radeks111
Offline Send Email
Jan 8, 2008
5:49 pm
1007
Release 0.16 is finally done. The documentation now includes XMP properties, XMP works on MSVC and there are a number of general bugfixes and smaller...
Andreas Huggel
zzzahu
Offline Send Email
Jan 9, 2008
7:42 pm
1008
Does/will exiv2 have any support for reading XMP sidecar files? It seems not, from my limited tests of 0.16: [mjc@flay eraseme]$ exiv2 -pt a-sidecar.jpg ...
avtechmjc1
Offline Send Email
Jan 10, 2008
6:21 pm
1009
... man exiv2 To just read the xmp packet, see samples/xmpparse.cpp. If you need to insert an XMP packet from a file into a JPEG image, try this: ...
Andreas Huggel
zzzahu
Offline Send Email
Jan 11, 2008
4:39 am
1010
... Thanks, that was the pointer that I needed. Now that I have that working... is it normal / expected that exif tags in an xmp sidecar should be returned in...
avtechmjc1
Offline Send Email
Jan 11, 2008
11:56 pm
1011
Hi guys, just found exiv2 and I am quite excited. I have a couple of questions though: 1) Iptc.Application2.Keywords is repeatable, allowing 64 bytes. What is...
exiv2post
Offline Send Email
Jan 12, 2008
1:45 am
1012
... There is no "pretty-print" functionality for XMP properties yet, so yes, this is currently "normal". Unfortunately just a few of the XMP tags (mostly the...
Andreas Huggel
zzzahu
Offline Send Email
Jan 12, 2008
5:31 am
1013
... The question about the encoding is not so easy :) and has caused quite a bit of debate, e.g., here: http://bugs.kde.org/show_bug.cgi?id=132244 ... Exiv2...
Andreas Huggel
zzzahu
Offline Send Email
Jan 12, 2008
12:30 pm
1014
Hello, I am new to this list and my interest in LibEXIV2 comes as a tester for hugin. Gerry Patterson has implemented LibEXIV2 in Pablo d'Angelo's hugin ...
yuval_levy
Offline Send Email
Jan 13, 2008
8:34 pm
Messages 985 - 1014 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