Sign In
New User? Sign Up
exiv2
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
You can search the group for older messages.

Messages

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

Copyright © 2009 Yahoo! UK. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help