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...
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...
... 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...
... 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...
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...
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...
... 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...
Thanks Andreas for the quick reply. I'll look into it. ... the ... Aperture ... s ... 65536/65536 ... 315392/65536 ... ShutterSpeed ... data. ... be ... ...
Dear All I've tried to use the exiv2 tool to read MakerNote section, but the tool doesn't seems to find it. To verify the MakerNote section is there, I've...
Hi Using tools from http://www.sno.phy.queensu.ca/~phil/exiftool and http://ite.twbbs.org/~kenwu/KUSO_EXIF_Viewer.exe, the makernote section is there and i can...
... Makernote commonly refers to Exif tag 0x927c as described here: http://www.exiv2.org/makernote.html The image you posted as an example appears to have...
On Tue, 6 Feb 2007 08:21:42 +0000, ... My guess is that those tools are extracting lens info from the XMP packet embedded in the file -- here's a fragment of...
On Tue, 6 Feb 2007 09:51:27 +0000, ... Here are some comparative benchmarks that you may find useful: <http://xmlbench.sourceforge.net/> I think expat is still...
what version of gcc/xcode dev tools do you have installed and are using? use gcc_select to see what gcc you're actually using (10.4 on my machine has 3.3and ...
... Mine (xmlio) might be a TAD more lightweight and possibly faster. It is not well-known, and it is completely non-validating, but I use it for all of my...
... This looks interesting too, thanks Paul. Now I should add that it will still be a moment before I get to start with the XMP feature, I'm still struggling...
... When you get around to it, let me know if you want me to help hook up my parser. It shouldn't take long, as long as the schema isn't too complicated. -- ...
... ... and i'm also _very_ interressed by XMP support for digiKam... I will busy under the end of February, when digiKam 0.9.1 will be released, but after, i...
Please submit any translations which you want to have included in the next version within the next week. I would like to release v0.13 soon. Thanks, Andreas...
Out of curiosity, what is the projected "roadmap" for RAW support improvements? I'm more interested in write support than in new file format support actually,...
Hi, I'd like to request a feature for a future version of exiv2: the ability to extract some very basic pieces of information about an image even from files...
I'd love support like this in exiv2. I currently have written some code to intelligently determine image resolution for jpeg files without actually loading the...
Hi, I'd like to compile the EXIV2 lib with VC6, but I get error messages similar to this: types.hpp(364) : error C2265: '<Unknown>' : reference to a zero-sized...
... With RAW support and other items: 1) TIFF write support in version 0.14 seems realistic. That doesn't include (most) TIFF-based formats, though. 2) At the...