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.
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...
... .Net wrapper for ... built and I'll email it to you, ... built that. Is that the ... (with regsrv32.exe)? ... Hi Robin, Any help with this would be great,...
Hello Norbert, ... [...] ... Depends on your requirements, since it works, it may very well be good enough. On the other hand, the current version (0.18pre1)...
Hello Andreas, thanks a lot for this very fast answer. ... My requirements: I want to get a complete list of tags in my program so that the user can...
... from? ... I managed to very easily get something working with vb.net2008. All I did was convert the C# class in the files section to vb.net (using an...
... Great! ... Yes, can you please upload your sample to the file section as well? It might be useful for others who would like to use Exiv2 from VB. Thanks, ...
... Sure, I can do that, as long as everyone is aware that I'm only an amateur developer, and my code will reflect that fact. So if you see code that could be...
... ok, I have uploaded a fully working sample app that demonstrates IPTC Keyword manipulation using the Exivsimple DLL. Can someone please check it to make...
RAW images may contain several (I've seen up to three) preview images in addition to the main image in different sizes and usually in JPEG or TIFF format. ...
In order to translate some Exif tag values the pretty-print function needs access to other Exif tags. If a tag is translated the usual way, this is not the...
... This is intended. There is a comment in the code and a remark in the Exiftool database says that different tags are used for the ImageNumber depending on...