... I'm almost there... It took a bit longer to get everything to work on the M$ compilers again (they do stricter type conversion checking than gcc) and then...
... Absolutly. I'm happy to see more KDE developpers contributing to Exiv2 project. Using CMake is really a great news. Cmake is a very powerfull framework. ...
... Current SVN works fine for me. I do get a few compilation warnings: g++ XMPMeta.cpp .libs/XMPMeta.o XMPMeta.cpp: In static member function 'static bool...
What is the appropriate function to use when trying to open a file that contains a non-Ascii character in the file name? For example, the Euro symbol...
In timegm.h, it defines _USE_32BIT_TIME_T because the comments say that the 64 bit time_t does not work: /* Visual Studio C++ 2005 (8.0) uses 64 bit time_t,...
Hi Art, ... What happens if you use that call? I don't quite see why it doesn't just work, at least with say, an UTF-8 encoded file name. The above call...
... Yes, there are still warnings left in the Adobe XMP-SDK code. A few when compiled with g++, a lot when you use an MSVC compiler. ... The warnings in the...
This release considerably extends the functionality for dealing with XMP. It includes conversion of Exif and IPTC to/from XMP, XMP sidecar files and XMP pretty...
... I'm on Windows XP. I can open the file using CreateFile with the file name in a Unicode string. If I use the 8.3 name for the file, I can open it with...
... So if you call the Exiv2 function with the 8.3 name for the file, does it work? (Or just because the non-ASCII character doesn't appear at the beginning of...
Vladimir, In the last few days I've made several changes to the conversion code, here is a summary, the comments and check-in logs may not always be very...
I'm not an expert on win32, but the glib function g_win32_locale_filename_from_utf8() might give you a clue to what the problem is. It involves a call to...
I don't have a quick solution for this issue. Essentially you found out that 64bit builds on Windows are not supported. I've opened an issue for this...
Yes - calling the Exiv2 function with the 8.3 name works. I was hoping to avoid the additional step of retrieving the 8.3 name. It appears this is the only...
I'm wondering if someone is thinking to port exiv2 on the new iPhone to geotag photos with gps coordinates. If someone is interested in making this port, I...
I just came across the Exiv2 library and think it may be near what I am looking for. I might need some small changes, so I am heading off for my first attempt...
Hi Chris, ... The README file is the right place to look, and although brief, it's actually quite specific. Note the paragraph on building with MSVC on ...
... Problems while using Visual Studio. Unlikely I think! I've read all I can find in your docs and group so here goes nothing. If you'd like to watch my...
Hello I have several issues when trying to delete XMP tags, which can be summurized with following scenario: I create the tag with: C:exiv2.exe -dx test.jpg ...
... detailed ... After many hours I finally got some things building properly (and amazingly without help). I have several observations and questions further...
Now that I have muddled my way through a first build... Hi, I'm Chris. Glad to meet you because exiv2 does exactly what I need: fetch the metadata from a...
... Still looking Charles? I have also put together some build notes for MSVC under Windows. I only have the Express Edition of MSVC so I don't believe I can...
Somewhere lately I saw a table showing what metadata (EXIF, IPTC, XMP) was supported by each image file format (JPEG, GIF, PNG, etc.) and what operations (read...
On Wed, 18 Jun 2008 01:20:46 +0000, ... In my experience with libexiv2, the I/O class hierarchy is pretty flexible and easily extendible. For instance, I was ...
Hi Chris, ... You can read and write standalone Exif data blocks with the ExifData::load() and copy() methods. They are marked as deprecated because they are...
Hi Chris, Thanks for documenting your experience in such great detail! ... Looks like there are several improvements I can make to the projects. I'll port...
... I can reproduce this, this is a bug: http://dev.robotbattle.com/bugs/view.php?id=560 ... This works fine here, on Linux, I can not reproduce the problem. ...