Hi, I have started hacking at the Canon tags in canonmn.cpp. So far I've added to CanonMakerNote::tagInfo, ported from ...
David
lists@...
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, 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@...
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...
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@...
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...
... 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@...
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...
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@...
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@...
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 ...
... 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@...
Aug 10, 2006 6:48 pm
419
... Have you got some samples? If not I can send you some. /RogerL...
... 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@...
Aug 10, 2006 10:02 pm
421
... Oops. By that I did of course mean my own, personal email address :) David...
David
lists@...
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...
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...
... 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....
... 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@...
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 ...
... 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@...
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 ...
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@...
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, 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...
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...