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 1484 - 1513 of 1513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1484
Hi Andreas & all, I downloaded exiv2 v0.18 and I wanted to build a dll in windows using MinGW/msys. I'd like to share my results, hoping that someone more...
beppe_rota
Offline Send Email
Jan 2, 2009
3:19 pm
1485
Happy New Year to the exiv2 enthusiasts (and unhappy Windows form users) I've never used Windows forms. The MSVC environment builds native exiv2 libraries...
Robin Mills
robinwmills
Offline Send Email
Jan 3, 2009
2:57 am
1486
Hello, I tried to add new tags to the exif data of my digital images using exiv2 with no success. I looked at the code and it appears the only way to add tags...
Uniquely Creative
uniquelycrea...
Offline Send Email
Jan 4, 2009
10:48 pm
1487
Hello John, ... [...] ... You can add unknown tags in existing groups using keys with hexadecimal tag numbers. Eg "Exif.Image.0x1234" There is no way to add...
Andreas Huggel
zzzahu
Offline Send Email
Jan 5, 2009
1:59 am
1488
Andreas, Thanks for your reply. I forgot to mention I was trying to do this with the command line. I should have been more clear in that respect and provided...
uniquelycreative
uniquelycrea...
Offline Send Email
Jan 5, 2009
2:53 am
1489
... OATEST-02> exiv2 -M'reg ns myNamespace/' -M'set Xmp.ns.MyProperty metadata' test.jpg OATEST-02> exiv2 -M'set Iptc.0x00ff.0x1234 metadata' test.jpg ...
Andreas Huggel
zzzahu
Offline Send Email
Jan 5, 2009
3:52 am
1490
Hi Giuseppe, Thanks for sharing this! It's the first time I see an exiv2 DLL created on MinGW/MSYS with the existing Makefiles. So far I've only built DLLs...
Andreas Huggel
zzzahu
Offline Send Email
Jan 5, 2009
3:24 pm
1491
Hi Andreas, and thanks again. Here's a quick follow-up on the --with-zlib=/usr/local thing. ... Oddly enough it did not work out on my system. Here's the...
beppe_rota
Offline Send Email
Jan 5, 2009
9:25 pm
1492
... I can reproduce this. The LDFLAGS setting passed to "make" overwrites that from configure. It works here if I set LDFLAGS in the environment before running...
Andreas Huggel
zzzahu
Offline Send Email
Jan 6, 2009
6:47 am
1493
Hello, It looks like Adobe has recently updated its XMP specification to allow JPEG files to host large (> 65,502 bytes) XMP packets by splitting them into...
Marco Piovanelli
piovanel
Offline Send Email
Jan 6, 2009
2:38 pm
1494
... Yes, we should do that as well as upgrade to the new version of the XMP Toolkit. I've opened 2 issues but I won't have time to look into this immediately. ...
Andreas Huggel
zzzahu
Offline Send Email
Jan 7, 2009
7:03 am
1495
Andreas, Having checked out the Exiv2 road map (http://dev.exiv2.org/projects/roadmap/exiv2) I notice that you're considering changing the key from a string to...
alanwright.atex
Offline Send Email
Jan 7, 2009
9:54 am
1496
Hi Alan, Rest assured that the ability to add custom tags will remain. Also the current string based interface will stay, it is quite useful. The objectives of...
Andreas Huggel
zzzahu
Offline Send Email
Jan 7, 2009
11:20 am
1497
Hi, The new XMP specification[1] has more details on metadata conversions. The implementation in Exiv2 is mostly correct, but some parts are missing or need ...
Vladimir Nadvornik
nadvornikv
Offline Send Email
Jan 7, 2009
9:23 pm
1498
http://dev.exiv2.org/issues/show/601 Suggest the discussion continues there. -ahu....
Andreas Huggel
zzzahu
Offline Send Email
Jan 8, 2009
7:32 am
1499
We now have a new project website at http://dev.exiv2.org/wiki/exiv2 It includes an issue tracker, commit info list, forum(s - only one for now) and a wiki,...
Andreas Huggel
zzzahu
Offline Send Email
Jan 8, 2009
9:55 am
1500
For other users who have the same or similar problems. Here is how ... I think I've fixed this. Here's what I think is wrong (nothing serious - however all...
marijn.kampf
Offline Send Email
Jan 10, 2009
8:23 pm
1501
Hi Andreas, I just found out that you intend to replace the YahooGroup with a forum. <http://dev.exiv2.org/boards/3/topics/show/6> Please reconsider. A...
Yuval Levy
yuval_levy
Offline Send Email
Jan 10, 2009
10:59 pm
1502
Andreas, I second Yaval here. Mailing list is really better than a web forum. Please reconsider... Best Gilles Caulier 2009/1/10 Yuval Levy <yahoo06@...>...
Gilles Caulier
cauliergilles
Offline Send Email
Jan 11, 2009
7:28 am
1503
Yuv, Gilles, Thanks for your feedback, it's not so unexpected that the "power users" are those who find the idea of a "forum" questionable. The Redmine forums...
Andreas Huggel
zzzahu
Offline Send Email
Jan 11, 2009
2:54 pm
1504
Hi Andreas, You seem to have made up your mind and I won't try to change it. Just a few comments: ... I have not seen the practical implementation, so I can...
Yuval Levy
yuval_levy
Offline Send Email
Jan 16, 2009
2:38 am
1505
Hi Yuv, Thanks for your detailed reply. ... The discussion is important. There is no point to switch if I'm the only one who thinks its useful. If there is...
Andreas Huggel
zzzahu
Offline Send Email
Jan 16, 2009
6:22 am
1506
Hello friends, I want to get frame count of given image using exiv library but i am unable to. Currently i am using GDI library to get it. Can someone help me...
harry_exiv2
Offline Send Email
Jan 16, 2009
6:50 am
1507
Hi Exiv2, I set up a Facebook profile where I can post my pictures, videos and events and I want to add you as a friend so you can see it. First, you need to...
Gilles Caulier
cauliergilles
Offline Send Email
Jan 18, 2009
8:39 pm
1508
Hi Gilles, ... was this some sort of general mailing to your whole address book? coming from you *personally*, I would not mind... ... ... but coming from...
Yuval Levy
yuval_levy
Offline Send Email
Jan 19, 2009
5:08 am
1509
On a Solaris 10 system, I am compiling exiv2 for the first time. After running configure, when I type gmake from the top-level directory, I get the following: ...
cjefferysmall
Offline Send Email
Jan 30, 2009
5:02 am
1510
... Hi Jeffery, Quick guess: Have you tried to run configure with the option --disable-dependency-tracking? This tracking runs some shell code right after each...
Andreas Huggel
zzzahu
Offline Send Email
Jan 30, 2009
6:06 am
1511
Andreas: Yes, you were correct. I did manage to get it to compile using "gmake -i", but I added the configure flag you suggested, did a "make clean; ...
cjefferysmall
Offline Send Email
Jan 30, 2009
7:42 am
1512
'organize' is a command-line tool that creates organized directories of photos and other media files. Photos can be easily organized by metadata into a...
Brad Schick
schickb
Offline Send Email
Feb 1, 2009
7:22 am
1513
The new project website at http://dev.exiv2.org/wiki/exiv2 has been up and running for a few weeks now and is working well. For those who haven't been there...
Andreas Huggel
zzzahu
Offline Send Email
Feb 3, 2009
12:43 pm
Messages 1484 - 1513 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