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 469 - 498 of 1513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
469
Hello to all! I found the example code using the dll with C#, but I can't find a dll. I'm using C# express edition and there's no way for me to build the dll ...
kaurzinek
Offline Send Email
Sep 3, 2006
8:22 am
470
... Hi Werner, To get the DLL, compile the exivsimple project with the MSVC 7.1 (aka 2003) C++ compiler. Regards, Andreas...
Andreas Huggel
zzzahu
Offline Send Email
Sep 4, 2006
1:40 pm
471
Hello Andreas! Looks like I have to find somebody who can compile the project. I don't have access to MSVC. As mentioned, I only own the C# Express Edition. ...
Kaurzinek Werner
kaurzinek
Offline Send Email
Sep 4, 2006
6:52 pm
472
This bit of pointer acrobatics is a workaround for the problem: - const TagDetailsBitmask* td = &array[i]; + const TagDetailsBitmask* td...
Andreas Huggel
zzzahu
Offline Send Email
Sep 5, 2006
5:28 pm
473
Hi all, I have metadata.cs from here. I would like to get multiple keywords from the image and display them in list box - one by one. Actually, I am using...
Cho Myo Kyi
chomyokyi
Offline Send Email
Sep 14, 2006
8:20 am
474
Hi, First of all, thanks for writing and maintaining Exiv. It's an excellent library. I apologize if this is in the documentation or examples, but I haven't...
exiv2user
Offline Send Email
Sep 15, 2006
10:20 pm
475
... Thanks! ... Through the static members of class ExifTags. -ahu....
Andreas Huggel
zzzahu
Offline Send Email
Sep 16, 2006
3:06 am
476
Besides a number of bug fixes, the new version has: * read support for PNG and Sony ARW file formats (PNG not on Windows) * a Canon makernote update - note...
Andreas Huggel
zzzahu
Offline Send Email
Sep 16, 2006
10:33 am
477
In Windows, exiv2 -T doesn't seem to take the timezone settings from the Control Panel/Date and Time Properties into account, so the timestamp is off by the...
Andreas Huggel
zzzahu
Offline Send Email
Sep 16, 2006
10:51 am
478
I had just noticed you kicked 0.11 out last night before this email went out and have already downloaded it and successfully compiled it on 10.4 Tiger. Never...
Will Stokes
stokes_will
Offline Send Email
Sep 17, 2006
2:34 pm
479
Hello all, I am trying to find a way to compile the Exiv2 command line utility into one file so that I can distribute it with my app and not require the user...
Craig Stanton
craigstanton...
Offline Send Email
Sep 24, 2006
12:33 am
480
... Just two general remarks, since I don't have a Mac: + Version 0.7 is terribly outdated, I strongly recommend you use v0.11 instead. + Try "configure...
Andreas Huggel
zzzahu
Offline Send Email
Sep 24, 2006
2:29 am
481
Bingo! That worked a treat. I might come back asking for help in reducing the file size because it's come out at 7.8MB, though it zips down to 1,7, where as my...
Craig Stanton
craigstanton...
Offline Send Email
Sep 24, 2006
10:26 am
482
... Well, if this worked, then that might too: $ strip <executable> But it will still be larger than 72kB. -ahu....
Andreas Huggel
zzzahu
Offline Send Email
Sep 24, 2006
11:18 am
483
Whoa, 800KB! What on earth happened to the other 7MB? That's pretty impressive, thanks so much. ~Craig...
Craig Stanton
craigstanton...
Offline Send Email
Sep 24, 2006
6:35 pm
484
... The other 7MB is full of symbols, mostly used for debugging. The binary you have now will mostly be useless for any sort of disassembly or tracing but ...
David
lists@...
Send Email
Sep 24, 2006
7:06 pm
485
Hi folks, is anyone working on Python bindings for exiv2? Any chance someone will be? I'm interested in the IPTC part but the complete suite would be nice, of...
exiv2user
Offline Send Email
Sep 25, 2006
12:51 pm
486
Hi Andreas, Just a quick question. Looking at this URL: http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/Canon.html#FocalLength FocalLength and...
David
lists@...
Send Email
Sep 25, 2006
5:54 pm
487
... part of the ... So the value is either the focal length or the scaled focal length? And the question is therefore how to decide which one we're dealing ...
Andreas Huggel
zzzahu
Offline Send Email
Sep 26, 2006
1:53 am
488
Hi folks, I need to index local files by EXIF tags for quick search and retrieval. Has anyone already built something like this? TIA. michael....
mixersoft
Offline Send Email
Sep 27, 2006
5:37 am
489
... Which parts of the IPTC part would you be interested in? Short term it might be possible to do using Boost.Python, wrapping the functions that are ...
David
lists@...
Send Email
Sep 27, 2006
5:19 pm
490
If you have time I would love to see your final "How to compile EXIV2 on Mac OS X for Dummies". (I'm a Windows developer, but I would be interested in using...
Eric Bowen (Gmail)
eric_the_web
Offline Send Email
Sep 27, 2006
6:22 pm
491
Compiling libexiv2 and the related tools as universal binraies fairly easy on the OSX. ...
Will Stokes
stokes_will
Offline Send Email
Sep 27, 2006
7:57 pm
492
Eric Bowen (Gmail) twisted the bytes to say: Eric> If you have time I would love to see your final "How to compile EXIV2 on Mac Eric> OS X for Dummies". Eric>...
Daniel M. German
dmgalpha
Online Now Send Email
Sep 28, 2006
12:54 am
493
There is no need to install Fink. I never have. I could be wrong, but unless you want to require your users of your software to install Fink you might want to...
Will Stokes
stokes_will
Offline Send Email
Sep 28, 2006
1:40 am
494
My particular exercise was to make a binary that didn't need anything else and would run on any other mac without them needing to know some funny little unix...
Craig Stanton
craigstanton...
Offline Send Email
Sep 28, 2006
7:43 am
495
I noticed that some jpegs I am editing using exiv2 were losing their icons and on closer inspection their file-created are also changing. I've looked at the -k...
Craig Stanton
craigstanton...
Offline Send Email
Oct 1, 2006
12:08 am
496
Hello, on http://bluebat.dnsalias.org/exiv2/ I've prepared a small patch for the current svn-revision of exiv2 (887) which adds an additional keyword...
t3kpp
Offline Send Email
Oct 1, 2006
8:52 am
497
... It can be decided based on whether the camera is an EOS model or not. So some access is needed to the other tags. exiftool manages it by having a...
David
lists@...
Send Email
Oct 1, 2006
5:00 pm
498
Python bindings for Exiv2 would be great --- at the moment, I use os.popen and friends to invoke the commandline version of Exiv2, after constructing the...
Pavel N. Krivitsky
pavel-yahoo@...
Send Email
Oct 1, 2006
8:17 pm
Messages 469 - 498 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