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 310 - 339 of 1513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
310
... 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...
maciek9billion
Offline Send Email
Jun 2, 2006
12:28 am
311
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...
Andreas Huggel
zzzahu
Offline Send Email
Jun 3, 2006
2:39 am
312
... 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...
Andreas Huggel
zzzahu
Offline Send Email
Jun 3, 2006
2:50 am
313
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...
Will Stokes
stokes_will
Offline Send Email
Jun 3, 2006
11:13 pm
314
... 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). ... ...
Andreas Huggel
zzzahu
Offline Send Email
Jun 3, 2006
11:51 pm
315
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...
Andreas Huggel
zzzahu
Offline Send Email
Jun 4, 2006
6:53 am
316
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...
sjdarlington
Offline Send Email
Jun 4, 2006
4:28 pm
317
... 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...
Will Stokes
stokes_will
Offline Send Email
Jun 5, 2006
1:00 pm
318
... 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...
Andreas Huggel
zzzahu
Offline Send Email
Jun 5, 2006
3:53 pm
319
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...
exiv2user
Offline Send Email
Jun 6, 2006
1:41 pm
320
... 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...
sjdarlington
Offline Send Email
Jun 7, 2006
2:23 pm
321
You're right, one problem solved. Thanks again! I still get a number of failed tests with MSVC 2005. Do you have fixes for any of these too? -ahu....
Andreas Huggel
zzzahu
Offline Send Email
Jun 10, 2006
4:17 pm
322
... What other tests failed? Let me know and I'll have a look Stephen...
sjdarlington
Offline Send Email
Jun 10, 2006
8:34 pm
323
... 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...
Andreas Huggel
zzzahu
Offline Send Email
Jun 11, 2006
3:36 pm
324
... 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 ...
Andreas Huggel
zzzahu
Offline Send Email
Jun 11, 2006
4:23 pm
325
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...
maciek9billion
Offline Send Email
Jun 12, 2006
9:05 pm
326
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...
bselack
Offline Send Email
Jun 12, 2006
11:11 pm
327
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...
maciek9billion
Offline Send Email
Jun 12, 2006
11:50 pm
328
... 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...
Andreas Huggel
zzzahu
Offline Send Email
Jun 13, 2006
2:15 am
329
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...
Andreas Huggel
zzzahu
Offline Send Email
Jun 13, 2006
2:34 am
330
... 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...
Andreas Huggel
zzzahu
Offline Send Email
Jun 13, 2006
5:20 pm
331
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...
Andreas Huggel
zzzahu
Offline Send Email
Jun 16, 2006
3:02 am
332
... 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...
maciek9billion
Offline Send Email
Jun 28, 2006
12:03 am
333
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...
Andreas Huggel
zzzahu
Offline Send Email
Jun 28, 2006
6:23 am
334
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 ...
maciek9billion
Offline Send Email
Jun 28, 2006
5:18 pm
335
... 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 ...
Andreas Huggel
zzzahu
Offline Send Email
Jun 28, 2006
5:42 pm
336
... 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...
maciek9billion
Offline Send Email
Jun 29, 2006
10:28 pm
337
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...
exiv2user
Offline Send Email
Jul 3, 2006
8:25 pm
338
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...
exiv2user
Offline Send Email
Jul 3, 2006
8:43 pm
339
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...
jhwashere
Offline Send Email
Jul 4, 2006
11:23 am
Messages 310 - 339 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