... 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...
... happen? ... I should be able to, but not before this weekend at the earliest. Actually, the stripped .NET exposes some interesting determinism underlying...
... Can you share these two pictures? I'd like to have a closer look at them. You could upload them to the Files or Photos section here or send them to me...
... BasicIo::cur); ... don't fully ... Nope. Hits the same error, unfortunately. I'll start on the C++ app to reproduce this tomorrow night--hopefully that...
... Ok, next try... Valgrind reports a problem at the same location that you found, within that sscanf call. This patch assumes sscanf reads beyond the end of...
Well I'll be a monkey's uncle. I think that's it. The test scanner does not crash anymore (and it used to crash consistenly on those two pics), and our app has...
... Ok scratch that, I remembered after sending that these methods are used to read data out of the middle of buffers that won't have nulls in them. Maybe the...
... Hash: SHA1 As a kimdaba-user (kde image database) I would love to see support for konica-minolta raw files (.mrw) in exiv2, as otherwise my rawfiles won't...
Hi Markus, The good news is that I have more time again now to invest in exiv2 and I'm working on support for new file formats. However, the priority is to...
... Hash: SHA1 ... OK, this is at least no bad news :) Please let me know if I can be of any help. Regards - Markus ... Version: GnuPG v1.4.1 (GNU/Linux) ...
How can I output just the timestamp without any other information? I am trying to incorporate exiv2 in a program I've written so I can get just the timestamp...
Hi, The exiv2 utility will always output more than just one tag. Use grep to get what you need. Alternatively, since you're a programmer, look at the examples...
My program is actually written in LabView. Although I have had some experience with C (2 college courses), I am not extremely knowledgeable in the language. I...
Ok, try this: 1. Make sure you can successfully compile the original source package 2. Look at exifprint.cpp, remove the for() {...} loop and replace it with...