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, 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 ...
Hi Andreas, ... Yes, no problem with exiv2 utility himself. ... code, they ... standalone ... does your ... I'm trying now to recreate a static library of...
Dumb question, but why are you using Code Warrior on Mac? My impression (as someone who develops software under OSX using gcc/XCode) was that Metroworks was...
... Hi Will, CodeWarrior works correctly for OSX application if you use Apple 10.3.x SDK. So far I'm used to working with CW, that why I choose it for makingt...
My project, a .NET 2.0 app that uses exiv2 (via exivsimple), occasionally leads to exiv2 causing an AccessViolationException. Before we moved our app to 2.0,...
... [...] ... ...might well be, this is a common problem in C and C++ programs. Unfortunately, they are difficult to find. To detect such bugs, I use Valgrind...
... don't cover ... Actually (amusingly enough), I'm the reporter on that ticket. We're using a sligthly customized version of the library that fixes this ...
Ok, so it looks like this bug pops up *more* often when we are using exiv2 to do read lots of pictures "at once". We are locking access to the library, due to...
... Ok, thanks. So I think this is due to exivsimple's lax file-access checking (we probably should have made it more robust before using it directly). If...
... Update, for anyone who might be interested: This seems to be a straight invalid memory reference coming from JpegBase::readMetadata(). We're trying to...
... I don't think so. At least three of my team members have been able to consistently reproduce this on totally different picture sets. I haven't tracked my...
... I've checked, and it happens on various images. I've tracked it down to this: int scanned = sscanf(buf, format, &t.hour, &t.minute, &t.second, &plusMinus,...
Another update: a member of my team tried ripping out all of the relevant exiv-calling code and put it in a absolutely-definitely-single-threaded driver class....
... Is this code something you could send me to along with the images? I would not keep the code or the images around after looking into this problem. Also did...