I just downloaded the EXIV2 project and I am trying to get everything to compile. I followed the README file but when it comes time to compile I get the...
... Hi Andrew I am working with Andreas to fix the Windows build (http://dev.robotbattle.com/bugs/view.php?id=567) You can download my build tree (for exiv2...
This is a BETA release of the upcoming version 0.18. It adds the long promised TIFF write-support along with write-support for another five image formats....
With 0.18-pre1 out and 0.18 around the corner, it is now a good time to look at the new strings that need to be translated and send me updates that you'd like...
Bonjour, Je suis Daniel Godefroy et j'utilise exiv2 pour mettre a jour les données IPTC d'un millier de photos. Dans la balise descrition je dois mettre des...
hello list, i'm trying to use exiv2 to get xmp generated by rapper [1] into jpeg files; as this is not yet covered by the python bindings, i'm using the ...
chrysn
chrysn@...
Sep 19, 2008 10:59 pm
1373
Hi chrysn, This is a bug in exiv2, thanks for reporting it (two actually): it doesn't deal correctly with a namespace ending in #. If you change # to /, it...
You could give it a try with the new bleeding-edge cmake build environment from the unstable branch (svn://dev.robotbattle.com/exiv2/branches/unstable). It...
Hi, I don't know of a way to insert newlines with the command line tool. (It shouldn't be a problem to do so in C++ using the library API). I'll open a bug for...
... Thank you Andreas for your attention. I will be waiting for this bug correction. Unfortunately I am not a C++ programmer and I cannot help much in this...
hello andreas, ... thanks for fixing this; i can confirm that the patch solves the problem for the 0.17.1 version. chrysn...
chrysn
chrysn@...
Sep 22, 2008 3:24 pm
1378
Hello everyone! I was wondering if any knew whether or not you can embed thumbnails larger than 64k? I know it's just a thumbnail any why would you want ...
... Exif, IPTC and XMP standards all have a provision for a thumbnail but all don't support writing metadata larger than 64kB to a JPEG file. IIRC the Exif...
Thanks Andreas! Great information! I'm running my own little viewer application so should be able to deal with any non-standard header data. It'll be worth...
There have not been a great many bug reports for 0.18-pre1 yet. That may be a good or a bad sign, in any case, it means everybody should download the...
Hi Andreas, all, when checking exiv2 against non-standard JPEG images, which contain multiple APP13 markers, each with its own IPTC record, the following was...
Hi Is it possible to directly access the class libraries to edit jpg images using VBSCRIPT. I don't want to use the command line utility as it is not digitally...
Hi Michael ... The idea is that it concatenates the payloads of all these IRBs before decoding it. This was done after I came across images with an IPTC block...
... Possibly using the exivsimple dll, but I'm not sure. There is a C# example in the file area here. I'm not aware of any VBSCRIPT code. ... Ouch. Andreas...
Hi, Exiv2 from SVN fails to build with the following error: In file included from MD5.cpp:25: ../include/MD5.h:37: error: 'uint32_t' does not name a type ...
Udi, This might be because of an old configure script. Can you try this: + Undo the change (back to what is in SVN) + in the top directory, issue make...
Hi I am trying to build exiv2 with MSVC2008EE. I have tried this with both the 0.17.1 tarball and with a fresh SVN checkout. The SVN checkout is obviously more...
... It didn't help. A fresh checkout from SVN did work. I deleted the old tree, so now I cannot check what went wrong earlier. Anyway, it builds and everything...
Hi Jim A contributor in Germany (Andreas G) made net2exiv.dll which is the .Net wrapper for exiv2. I believe that can be called from Visual Basic. I have it...
Hello, im interested in netexiv2 too. Is there a place to download it from? I have written an interface to use exiv2 with the Microsoft Visual C# Express...
Hello, I want to print a complete list of all tags supported by exiv2. Somewhere I found an example. Based on that and looking into the source of tags.cpp I'm...