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.
... 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...
1199
Gilles Caulier
cauliergilles
Jun 4, 2008 5:25 pm
... 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. ...
1200
Udi Fuchs
udifuchs
Jun 4, 2008 7:00 pm
... 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...
1201
Art Bori
artbori
Jun 5, 2008 7:18 pm
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...
1202
exiv2post
Jun 5, 2008 11:05 pm
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,...
1203
Andreas Huggel
zzzahu
Jun 6, 2008 12:02 am
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...
1204
Andreas Huggel
zzzahu
Jun 6, 2008 4:01 am
... Or rather, the same encoding as the OS uses for filenames How do you access such a file from a simple C-program? Andreas...
1205
Andreas Huggel
zzzahu
Jun 6, 2008 4:05 am
... 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...
1206
Andreas Huggel
zzzahu
Jun 6, 2008 9:12 am
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...
1207
Art Bori
artbori
Jun 6, 2008 6:19 pm
... 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...
1208
Andreas Huggel
zzzahu
Jun 7, 2008 6:23 am
... 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...
1209
Andreas Huggel
zzzahu
Jun 7, 2008 3:56 pm
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...
1210
Udi Fuchs
udifuchs
Jun 7, 2008 6:57 pm
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...
1211
Andreas Huggel
zzzahu
Jun 11, 2008 3:06 am
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...
1212
Art Bori
artbori
Jun 11, 2008 10:38 pm
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...
1213
marcello_ferrero
marcello_fer...
Jun 13, 2008 7:40 am
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...
1214
exiv2post
Jun 16, 2008 9:17 am
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...
1215
Andreas Huggel
zzzahu
Jun 16, 2008 10:23 am
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 ...
1217
exiv2post
Jun 17, 2008 9:03 am
... 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...
1218
exiv2post
Jun 17, 2008 7:55 pm
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 ...
1219
exiv2post
Jun 17, 2008 11:11 pm
... detailed ... After many hours I finally got some things building properly (and amazingly without help). I have several observations and questions further...
1220
exiv2post
Jun 18, 2008 1:20 am
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...
1221
exiv2post
Jun 18, 2008 1:33 am
... 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...
1222
exiv2post
Jun 18, 2008 4:52 am
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...
1223
Andreas Huggel
zzzahu
Jun 18, 2008 7:46 am
Such a table is on my todo list, I'm not aware of one existing already. Andreas...
1224
Marco Piovanelli
piovanel
Jun 18, 2008 8:17 am
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 ...
1225
Andreas Huggel
zzzahu
Jun 18, 2008 8:23 am
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...
1226
Andreas Huggel
zzzahu
Jun 18, 2008 8:49 am
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...
1227
Andreas Huggel
zzzahu
Jun 18, 2008 9:03 am
... 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. ...
1228
exiv2post
Jun 18, 2008 12:30 pm
... I did eventually find some info. See image.cpp, specifically const ImageFactory::Registry ImageFactory::registry_[] Image Type Exif IPTC...