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 407 - 436 of 1513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
407
Hi, I have started hacking at the Canon tags in canonmn.cpp. So far I've added to CanonMakerNote::tagInfo, ported from ...
David
lists@...
Send Email
Aug 5, 2006
6:41 pm
408
... Hi David, Thanks for contributing. There are few important points to note. The practical ones first: 1) Please work against the SVN version 2) Send changes...
Andreas Huggel
zzzahu
Offline Send Email
Aug 6, 2006
3:42 am
409
... Andreas, Thanks for your reply. Lots of questions here, sorry :) No problem about SVN, I was working against -beta1 but that was a mistake as SVN is quite...
David
lists@...
Send Email
Aug 6, 2006
9:35 am
410
... Exif.CanonSi - i.e., every new group of tags/IfdId you add ... Only tag lists and print functions will stay. The rest of class Makernote and all derived...
Andreas Huggel
zzzahu
Offline Send Email
Aug 6, 2006
4:05 pm
411
Hello, Attached is a small patch to add another template, like printTag, to tags.hpp. There's also another macro, EXV_PRINT_TAG_BITMASK. It's almost identical...
David
lists@...
Send Email
Aug 7, 2006
10:32 pm
412
... tags.hpp. ... Thanks, looks good. ... all the ... comment. I'm ok without a bitset. But nevertheless, please add a new type, instead of re-using TagDetail...
Andreas Huggel
zzzahu
Offline Send Email
Aug 8, 2006
1:56 am
413
... Right, second revision of the patch is attached. Improvements over the first: - It uses a new type, TagDetailBitmask. This has the == operator overloaded...
David
lists@...
Send Email
Aug 8, 2006
6:20 pm
414
Thanks. Checked in with minor changes: + removed the op==, use simple & as in the first version + removed printing the value in () if no mask value matches (as...
Andreas Huggel
zzzahu
Offline Send Email
Aug 9, 2006
4:30 pm
415
Hello, Attached are two patches that bring the existing TagInfo data up to date with ExifTool. No new tags are added, just updates to what is there. CanonCs2...
David
lists@...
Send Email
Aug 9, 2006
7:35 pm
416
Hello, At http://edeca.net/exiv2/ is a sample patch to add Canon panorama support. I only picked it because it is the smallest and easiest to add (I need to...
David
lists@...
Send Email
Aug 9, 2006
9:46 pm
417
... Thanks, checked-in both. Yes, I'm fine if you rename CanonCs1 -> CanonCs and CanonCs2 -> CanonSi. Note the occurence of the names in tiffcomposite.cpp in ...
Andreas Huggel
zzzahu
Offline Send Email
Aug 10, 2006
3:35 pm
418
... Great, I'll check that code. I had missed it when I grepped for CanonCs1 throughout the code. If more Canon blocks are added (e.g. the Panorama one ...
David
lists@...
Send Email
Aug 10, 2006
6:48 pm
419
... Have you got some samples? If not I can send you some. /RogerL...
Roger Larsson
roger_j_larsson
Offline Send Email
Aug 10, 2006
9:36 pm
420
... No, so yes please. I only added Panorama support first because it was the easiest to do and it means Andreas can advise if I'm doing it wrong. However,...
David
lists@...
Send Email
Aug 10, 2006
10:02 pm
421
... Oops. By that I did of course mean my own, personal email address :) David...
David
lists@...
Send Email
Aug 10, 2006
10:05 pm
422
Hi, I using exiv2 library for getting the exif info from a jpeg file and everything is fine. But, for jpegs with no exif, i would still like to extract the...
Arjun jain
arjun_jain
Offline Send Email
Aug 11, 2006
7:25 am
423
No, exiv2 doesn't have that functionality. -ahu. ... Datum: Fri, 11 Aug 2006 07:23:59 -0000 Von: "Arjun jain" <arjun@...> An: exiv2@... ...
Andreas Huggel
zzzahu
Offline Send Email
Aug 11, 2006
7:55 am
424
Hi, Thank you. Regards, aj http://arjunjain.net...
Arjun jain
arjun_jain
Offline Send Email
Aug 11, 2006
10:30 am
425
Hi! Hope someone can help. I have 2 cameras that both had the wrong year on them. Now a lot of apps (like Picassa) want to read the PhotDateTimeOriginal...
kevjustice
Offline Send Email
Aug 11, 2006
12:42 pm
426
... Hi David, The patch looks ok, without having tried it, that's what is required for the JPEG part. The crwimage part needs a bit more consideration....
Andreas Huggel
zzzahu
Offline Send Email
Aug 11, 2006
4:16 pm
427
What about using something like "exiv2 -a n*365*24 *.jpg" ? -ahu....
Andreas Huggel
zzzahu
Offline Send Email
Aug 11, 2006
4:23 pm
428
... Patch for this one is RenameCanonCsTags.diff, at http://edeca.net/exiv2. tiffparser.cpp already uses the new name, so this patch doesn't touch it. ... I...
David
lists@...
Send Email
Aug 12, 2006
6:28 pm
429
... Thanks, checked-in. All tests pass here, before and after applying the patch. What problem do you get with the ifd test? On the other hand, the ...
Andreas Huggel
zzzahu
Offline Send Email
Aug 13, 2006
7:15 am
430
... Six of the offset fields print twice as wide as they should. Diff attached so you can see. This only occurs on my amd64 machine, not on an x86 one, ...
David
lists@...
Send Email
Aug 13, 2006
12:04 pm
431
... Oh, you have one of these, excellent! There have been a few odd problem reports lately from people using amd64 machines, so please use it as much as ...
Andreas Huggel
zzzahu
Offline Send Email
Aug 13, 2006
3:03 pm
432
Hi, Patch at: http://edeca.net/exiv2/AddCanonPictureInfo.diff Adds support for Exif.CanonPi. Added to tiffparser and tested with a CR2 file as well. All...
David
lists@...
Send Email
Aug 13, 2006
7:47 pm
433
... A quick write test fails with a segfault here (I added 'edMn1 ["Exif.CanonPi.0x0001"] = uint16_t(44);' to write2-test.cpp). The problem appears to be with...
Andreas Huggel
zzzahu
Offline Send Email
Aug 14, 2006
3:10 pm
434
... Andreas, Sorry about that. I thought I had checked the code but two bugs remained (a typo where I copied from existing code and ::size didn't add the new...
David
lists@...
Send Email
Aug 14, 2006
10:51 pm
435
... Ok, works and checked-in, thanks. -ahu....
Andreas Huggel
zzzahu
Offline Send Email
Aug 15, 2006
2:45 pm
436
Hi, I'm trying to use Exiv2 in a VS2005 project that uses STL, wxWidgets and OpenGL, and I'm unable to success. Neither the example1 of the web compiles. VS05...
exiv2user
Offline Send Email
Aug 16, 2006
12:00 pm
Messages 407 - 436 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