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 586 - 619 of 1513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
586
On Fri Aug 11 00:25:01 2006, ... I had the same problem, and I ended up patching libexiv2 so that it extracts the image size from the first SOF segment found...
Marco Piovanelli
piovanel
Offline Send Email
Jan 2, 2007
5:06 pm
587
Hi, Exiv seems a very good library to me! Great! I would like to access it via COM. It seems it has COM interface, I can compile the exiv2com.dll, I get the...
zsfritz
Offline Send Email
Jan 3, 2007
10:46 am
589
My COM programming is rather rusty: In COM, when passing strings, you need to pass a BSTR, not a string. A BSTR is a length controlled string allocated in a...
Alexander Wright
herring4242
Offline Send Email
Jan 3, 2007
11:44 am
590
Hi Alex, Thanks a lot! I'll read that book and another about ATL ;) ... res = CoCreateInstance(rclsid, NULL, CLSCTX_ALL, riid, &pv); res =...
zsfritz
Offline Send Email
Jan 5, 2007
12:33 pm
591
Hi! Ok. It was a fault of mine...sorry. - The 1st solution works. The returned 1 value meant that it didn't find the file. :O. - The 2nd solution...It still...
zsfritz
Offline Send Email
Jan 5, 2007
4:35 pm
592
I just discovered the existence of the exiv2 library. It looks like a fabulous tool. I appreciate very much the work that has gone on in creating it and making...
denis_elliott
Offline Send Email
Jan 11, 2007
8:08 pm
593
On Thu, 11 Jan 2007 20:08:17 +0000, ... FWIW, I'm using libexiv2 in a Cocoa application, too, and I didn't have any issues building it with Xcode. ... Check...
Marco Piovanelli
piovanel
Offline Send Email
Jan 11, 2007
9:40 pm
594
... This is very encouraging. It will probably be a couple of weeks or so before I set out to try to build libexiv2. If I have problems, do you mind if I...
denis_elliott
Offline Send Email
Jan 12, 2007
12:41 am
595
Hello everyone, I've recently been trying to compile exiv2 on Mac OS X (i386) because I'm trying to compile an application that requires it. I've been having...
Willie Kamin
wmmk622
Offline Send Email
Jan 21, 2007
12:12 am
596
Hey Willie, I've been compiling exiv2 on OSX for a while, so your difficulties are a little strange to me. I've never used is that the Fink port to install ...
Will Stokes
stokes_will
Offline Send Email
Jan 22, 2007
2:39 am
597
I've got a weird situation. I'm opening up some Exif data from one file (in this case, a JPEG, but it doesn't matter), and saving it to another file that I am...
stelefx
Offline Send Email
Jan 23, 2007
1:56 am
598
... Can you post a small example of how you're doing that? -ahu....
Andreas Huggel
zzzahu
Offline Send Email
Jan 23, 2007
2:51 am
599
... This is essentially what I do: // get ExifData from the source image Exiv2::ExifData data; Exiv2::Image::AutoPtr image =...
stelefx
Offline Send Email
Jan 23, 2007
2:21 pm
600
... I cannot reproduce the problem. This code works fine here, provided both the files old_path and path exist. Else an exception is thrown out of the...
Andreas Huggel
zzzahu
Offline Send Email
Jan 23, 2007
2:46 pm
601
... Okay - it must be a bug elsewhere in my code. What I wrote above was what I thought was happening (the code to read/modify/write is scattered in different...
Paul Miller
stelefx
Offline Send Email
Jan 23, 2007
4:21 pm
604
Hello! I wanted to extract/copy metadata from PEF files. But in the raw files (made with K10D) there are JPEG images embedded that seem to hinder the...
exiv2user
Offline Send Email
Jan 24, 2007
11:33 pm
606
... Extraction should be ok, the JPEG 64kB segment limit prevents writing the metadata to the exv file (the exv format is essentially a JPEG file with only the...
Andreas Huggel
zzzahu
Offline Send Email
Jan 25, 2007
2:07 am
607
... Hello! Thank you for your response. Some comments after some investigations ... ... seem ... writing ... file ... Extraction did and does not work due to...
exiv2user
Offline Send Email
Jan 29, 2007
12:24 am
608
... I should be more careful with words. What I meant is _reading_ the metadata from the PEF file should be ok, the problem will occur when exiv2 tries to...
Andreas Huggel
zzzahu
Offline Send Email
Jan 29, 2007
2:03 am
609
... the ... quite ... exv ... in ... this ... with ... contain ... complete ... more ... Now I understand. And as you already said in your previous reply a ...
exiv2user
Offline Send Email
Jan 29, 2007
9:31 pm
610
... I've checked-in a change to the exiv2 tool which enables the required on-the-fly modifications: it is now possible to use the -m, -M and -c options also...
Andreas Huggel
zzzahu
Offline Send Email
Jan 30, 2007
2:08 pm
611
... a ... (a ... required ... and -c ... revision ... Hi Andreas, I've tried r1037 with '$ exiv2 -M"del Exif.Photo.MakerNote" ex test.pef' -- it works. Fine....
exiv2user
Offline Send Email
Jan 31, 2007
9:18 pm
612
In my photo collection (15000 jpgs) I'd like fill the IPTC field "Iptc.Application2.ObjectName" with original Filename of this JPGs. Can Exiv2 be helpful? When...
darekpietko
Offline Send Email
Feb 3, 2007
8:43 pm
613
Hi! I'm trying to compile from source on OSX 10.4.8. After I enter make, I get the following error messages at the end. tiffcomposite.hpp: In function...
exiv2user
Offline Send Email
Feb 4, 2007
3:05 am
614
... Exiv2 does not provide any built-in variables. This kind of requirement can be done with a bit of shell scripting. In the simplest case, that may look...
Andreas Huggel
zzzahu
Offline Send Email
Feb 4, 2007
6:28 am
615
... If you haven't done so yet, please check in the forum, there are other discussions how to compile Exiv2 on OSX. Also, read the README file in the...
Andreas Huggel
zzzahu
Offline Send Email
Feb 4, 2007
6:47 am
616
Hi, Firstly I would like to thank you for taking the time to respond. Secondly I'm sorry but I had not been aware of a forum for exiv2 as I would have went...
exiv2user
Offline Send Email
Feb 4, 2007
4:28 pm
617
Hi All, First of all thanks for the project. I compiled and installed v0.12 of exiv2, and I'm trying to use the library to get (among other things) the...
beppe_rota
Offline Send Email
Feb 4, 2007
9:38 pm
618
... toFloat() returns the untranslated value as stored in the Exif data. 65536/65536 = 1.0 and 315392/65536 = 4.8125 so that's fine. Use the output operator...
Andreas Huggel
zzzahu
Offline Send Email
Feb 5, 2007
4:02 am
619
Thanks Andreas for the quick reply. I'll look into it. ... the ... Aperture ... s ... 65536/65536 ... 315392/65536 ... ShutterSpeed ... data. ... be ... ...
beppe_rota
Offline Send Email
Feb 5, 2007
10:39 am
Messages 586 - 619 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