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 791 - 821 of 1513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
791
... Me too (I was away so this had to wait a bit). This is a bug, thanks for reporting it: http://dev.robotbattle.com/bugs/view.php?id=521 The particular issue...
Andreas Huggel
zzzahu
Offline Send Email
Jul 2, 2007
3:50 am
792
Hi, I wonder if someone can help me out on this one. I've been trying parse IPTC data from images with Hebrew metadata. If I use exiv2 to dump the IPTC data...
caerwynp
Offline Send Email
Jul 5, 2007
12:30 pm
793
caerwyn, IPTC.Envelope.CodedCharacterSet store encoding of char of all IPTC tags. I recommend to use everywhere UTF8. About undocumented tags, i recommend to...
Gilles Caulier
cauliergilles
Offline Send Email
Jul 5, 2007
12:39 pm
794
... There is quite an extensive (and still ongoing) discussion of the char encoding issue in the digikam bugtracker: http://bugs.kde.org/show_bug.cgi?id=132244...
Andreas Huggel
zzzahu
Offline Send Email
Jul 5, 2007
1:09 pm
795
On Thu, 5 Jul 2007 12:29:24 +0000, ... FWIW, I have analyzed some sample pictures privately provided to me by Caerwyn, and the embedded IPTC tags are obviously...
Marco Piovanelli
piovanel
Offline Send Email
Jul 5, 2007
4:55 pm
796
And that's more or less what I was beginning to think, but here's the rub.. Up until now I've been using the windows call of MultiByteToWideChar to translate...
Caerwyn Pearce
caerwynp
Offline Send Email
Jul 5, 2007
7:50 pm
797
The Exiv2 version in SVN is now 0.15 and libtool -version-info changed from 0:0:0 to 1:0:1 to indicate that new interfaces were added, none were deleted and...
Andreas Huggel
zzzahu
Offline Send Email
Jul 7, 2007
6:56 am
798
Andreas, I forward this message to Angelo Naselli who is the Mandriva packager. He will certainly give you a good feedback... Gilles Caulier...
Gilles Caulier
cauliergilles
Offline Send Email
Jul 7, 2007
7:02 am
800
Hi list, there seems to be still an issue with lightzone generated jpg files - I thought this was resolved but could not verify it. Under...
Markus Spring
mksspring
Offline Send Email
Jul 10, 2007
12:32 pm
801
... Yes, this crashes also exiv2 v0.15 which I just uploaded. Please open a bug for that, thanks. -ahu....
Andreas Huggel
zzzahu
Offline Send Email
Jul 10, 2007
1:03 pm
802
This is a compatible maintenance release. It fixes a number of bugs, adds support for Minolta G500 RAW files and has minor tag and some larger translation...
Andreas Huggel
zzzahu
Offline Send Email
Jul 10, 2007
1:28 pm
803
Long time since I read exiv2 message board... Noticed this message. ... I think I have found the slightely more intelligent conversion function :-) When seeing...
Roger Larsson
roger_j_larsson
Offline Send Email
Jul 13, 2007
8:10 am
804
The following two steps were required to build exiv2 successfully on this machine (summarized from private communication with Masahiro Yamaguchi): 1) Run...
Andreas Huggel
zzzahu
Offline Send Email
Jul 18, 2007
6:46 pm
805
Hi list, I am currently trying to revise the code for a function that implements an exif-copy between files. It all works well except in this case: 1) I...
beppe_rota
Offline Send Email
Jul 20, 2007
3:38 pm
806
I'm not sure exactly, but perhaps the issue is that you're trying to copy two different breeds of makernote data into the target file. For example, say the...
Will Stokes
stokes_will
Offline Send Email
Jul 23, 2007
1:48 pm
807
... To see how the exiv2 utility does this, have a look at the function metacopy() in actions.cpp What's the use case for the option which doesn't overwrite? ...
Andreas Huggel
zzzahu
Offline Send Email
Jul 23, 2007
3:43 pm
808
... Ok, thanks guys, I'll look into it. The tool (belonging to the qtpfsgui project) was originally intended to copy the exif data over exif-less images. The...
beppe_rota
Offline Send Email
Jul 24, 2007
2:40 pm
809
Greetings -- Is it possible to define a local set of exif keys? For a collection of tv and video screenshots, I need to store information about show, network,...
davidliontooth
Offline Send Email
Jul 27, 2007
7:36 am
810
... Yes, you can use any (unused) tag number in any existing Exif group (the middle part of the key, e.g., Image, Photo, etc). If there is no tag name for the...
Andreas Huggel
zzzahu
Offline Send Email
Jul 27, 2007
8:40 am
811
... Very cool! Better than I expected, and thank you for the detailed explanation. How about defining local tags? For instance, could I create, Exif.Channel.ID...
davidliontooth
Offline Send Email
Jul 27, 2007
5:40 pm
812
... There is no way to register custom tag names for Exif or IPTC. The straightforward way is to define your own constants in your program. You could of course...
Andreas Huggel
zzzahu
Offline Send Email
Jul 28, 2007
4:38 am
813
Hi Andreas, ... Right, that's not an attractive prospect. ... those ... OK ... "Creative Commons is considering recommending XMP as the preferred format for...
davidliontooth
Offline Send Email
Jul 28, 2007
5:00 am
814
... I noticed http://libopenraw.freedesktop.org/wiki/Exempi is already far along, but it would be great to have a command-line version. Dave...
davidliontooth
Offline Send Email
Jul 28, 2007
6:19 pm
815
... Started, if you check out the repository changes, you'll notice some recent activity in branches/xmp. I should soon be ready to announce a first working...
Andreas Huggel
zzzahu
Offline Send Email
Jul 29, 2007
3:57 am
816
I found this solution: FOR %%c in (*.jpg) DO exiv2 -k -M"add Iptc.Application2.Caption %%c" "% %c" The problem is the FILE TYPE is also included in the caption...
selarishy
Offline Send Email
Jul 29, 2007
1:15 pm
817
Hi, I'm thinking of developing a research related application (yes I'm a Ph.D. student) which uses Exiv2 library. I would like to make my application free as...
Oguz Akyuz
ao_akyuz
Offline Send Email
Jul 29, 2007
1:58 pm
818
I think I made a mistake by saying "free as in GNU terms". Because that includes "open source" isn't it :)...
Oguz Akyuz
ao_akyuz
Offline Send Email
Jul 29, 2007
2:53 pm
819
... Yes. ... Yes, that's right. For a correct interpretation of the GPL, please consult specific resources, e.g., starting here: ...
Andreas Huggel
zzzahu
Offline Send Email
Jul 30, 2007
1:04 am
820
Having just read through the emails below and the GNU documents, I am now somewhat uneasy about starting a project with exiv2. Although, it does seem to be a...
Calvert, Jim
jcalvertmiss
Offline Send Email
Jul 30, 2007
6:54 am
821
... Yes, the exiv2 library is also available with a commercial license. The price is a one-time fee of EUR 750 and includes future patches which I can license...
Andreas Huggel
zzzahu
Offline Send Email
Jul 30, 2007
10:45 am
Messages 791 - 821 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