... but if ... Yep, there some tests still fail (though it does actually build fine, if anyone is that fearless). I had started working on this but then final...
I'm happy to announce Exiv2 0.10 with read-support for TIFF images and a number of RAW formats, including Nikon NEF, Canon CR2, Pentax PEF, Sony SR2, Adobe DNG...
... available ... the ... fail ... click on ... Good to see you here again. It would be great if you can figure out this one. -ahu. PS: I installed the...
How exciting. I'll have to get a new version of Reveal pumped out that links against this version of exiv2 so users can finally get TIFF and some additional...
... You may be interested in the new EXIV2_CHECK_VERSION macro - let's you decide at runtime which version of Exiv2 is available (ie, dynamically linked). ... ...
Hi, The modified image appears to have a corrupted makernote. All Exif viewers I tried give the garbled output - this is not an Exiv2 problem. Regards, Andreas...
I am no C++ expert but the code in FileIo::size is running for both read-only and writable files. You should be 'fflush'ing and '_commit'ing only writable...
... Hrmm, I think it's hacky for me to check for version of EXIV2 in my code. How about exiv2 provides a function that lets me determine what file formats...
... Thanks, that takes care of the assertion I had with MSVC 2005, but iotest still fails here, and now also with the old MSVC 2003 :( Running iotest.sh ... Io...
About a month ago I accidentally set my camera's date incorrectly, it was off by one year. After quite a bit of experimenting, I found that the easiest way to...
... This is because opMode isnt set to opWrite when the file is open for both reading and writing (when it would be correct to fflush and _commit). I used the...
... crw-test.sh and exiv2-test.sh, the first problems appear to be related to time conversions. Attached is the output of 'make', run in the test directory (if...
... crw-test.sh and exiv2-test.sh, the first problems appear to be related to time conversions. To run the tests, you first need to get them from svn (see ...
Hmm, so now it won't even build with VS2k5 (I no longer have 2k3 installed, so I can't try that). I checked out a fresh copy from SVN this morning, and when I...
I'm looking to access Exiv2 from C rather than C++. I'm using a Java JNIWrapper product, which only makes C calles. Is there anyone in the group with the...
By the way, are you guys using VS2k5 Pro or C++ Express? I feel that this may be an issue due to the Express VS requiring an external version of the Platform...
... I'm using the Express version with a separately downloaded SDK as you advised. As of Rev 821, everything except for the COM project compiles (with linker...
This sounds like the new PNG code from Gilles breaks MSVC. I was supposed to test that but due to problems with my internet access I'm mostly offline and can't...
... Calling C++ from C should not be a problem, see e.g., http://www.parashift.com/c++-faq-lite/mixing-c-and-cpp.html I'm spending the limited time I currently...
As of SVN rev. 830 MSVC 7.1 and 8 compilation is back to normal. For MinGW, use the --without-zlib switch to configure for now. This skips the experimental PNG...
... Hmm... No dice for me with rev 830, but rev 821 builds fine. With 830, the linking problems are gone, but I do get ... Error 1 fatal error C1083: Cannot...
This is due to the new experimental memory mapping stuff (added in Rev 838). On Linux it speeds up reading RAW files by about factor 6 (!) Unfortunately, the...
Ah, I see. Thanks. I tried running some of the tests, but there seem to be some issues. Since I know nothing about shell scripting, it's taking me a while to ...
... Just a few hints then: You can ignore the VALGRIND variable, it's meant to be optional, usually it is not set. The path issues are important. All ...
... Great, it works now. That's probably the question I would've asked when I learned enough to ask questions ;) ... Okay (bugfixes-test.sh also flakes out for...
Hello. I wonder if it is possible to change the file comments, which are outside of the EXIF information. It is not Exif.Image.ImageDescription, nor...
Hello again. Sorry for the previous question, I have found the answer myself: It can be done with the '-c' option, followed by the text in double- quotes, and...
Hi, what is the commandline to get all IPTC keywords? I'd like a script retrieving all my tags of all my photos. exiv2 -pi *.jpg is the best I got for now. But...