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.
Hello, my name is Gerrit P. Haase, I'm an amateur photographer, using Canon D60. I convert raw images with dcraw and manipulate them with PS then, however,...
Hi Gerrit, The raw files do not contain all the Exif data (at least CRW files don't, I'm not sure about CR2). It is stored in the THM file. Exiv2 can read THM...
Hi Andreas, basically I want to include the EXIF information in the JPEG files generated for display on the web. So it would be sufficient to write into the...
removing standard Exif tags is easy, but for some reason trying to remove at least some Makernote entries (e.g. Exif.CanonCs1.FocusType ) is problematic. Right...
Canon stores the CanonCs1/2 and custom function tags in an array of shorts in the Makernote and the tags are identified by the index into this array. Therefore...
... Hi Alex, Thanks for this! I'll have to check out how DESTDIR is supposed to be handled and will fix the Makefile. Regards, Andreas -- Highspeed-Freiheit....
... Hi Alex, Thanks for this! I'll have to check out how DESTDIR is supposed to be handled and will fix the Makefile. Regards, Andreas -- Lust, ein paar Euro...
... Should be fairly simple. When installing, rather than installing into /usr/lib/exiv2/ (or whatever) install into $DESTDIR/usr/lib/exiv2/ Gentoo uses it as...
... Done. ... Runtime : libc, libstdc++ (or equivalent) Compile : C++ compiler, GNU make, sed and a few more shell commands Building the documentation requires...
I'm working on a project right now that's using exiv2, and I wanted to thank you all for a job extremely well done. I'm especially impressed with how clean the...
Hi, I'm having some problems with the exivsimple lib. It works like a charm, but when I try to add it as a resource to a project, Visual Studio complains that...
Any suggestions for making thead-safe accesses to Exiv2 (through exivsimple and MetaData.cs, specifically)? I've tried putting a lock around read/write...
The Exiv2 C++ library is not (yet) re-entrant but I (without C# knowledge) don't understand why your approach doesn't solve the problem. The only issues I'm...
Well, it turns out that the answer is much simpler than I expected: I of course was forgetting to lock two little accesses to exivsimple that were happening in...
Actually, a related question: Once thread safety is implemented, will this be full thread safety, so that I can make concurrent calls to read/modify metadata...
... Only the simple thread-safety: In the sense that simultaneous accesses to distinct images/metadata will be safe, and simultaneous read accesses to shared...
Hi, Thanks for reporting this issue. The problem appears to be a corrupted IOP directory in the Exif structure of the image. I'll treat this as a bug, exiv2...
Hello, this is a great programme. Thanks! Is it possible to not have exiv2 change the file date when it changes EXIF data? This would be a useful feature. Jo...
Hey all. I wrote a Windows .NET app that uses exiv to geocode my photos. Check it out! http://www.itagsoftware.awswa.com/ Flickr can read the tags and then you...
It took a while this time but here it is finally. v0.8 adds support for Canon CRW images (read-only for now). Canon THM files are also supported, since these...
Hello Andreas, I have made the installation of exiv2-0.8, all seems to go well (configure, make then make install with a litlle modification for the install...
Hi Guillaume, ... Does the installed exiv2 utility work? ... [link errors] ... Not really... It looks like all these errors are about missing STL code, they ...