Commit Graph

99 Commits

Author SHA1 Message Date
Andreas Huggel
99b4e71459 Updated copyright and fsf address 2006-01-17 14:53:57 +00:00
Andreas Huggel
d545215ceb Completed CRW write support, feature #438. Only tested on Linux 2006-01-17 03:59:41 +00:00
Andreas Huggel
92b9339cd2 Updated test output 2006-01-11 03:26:58 +00:00
Andreas Huggel
a0f0c0e18c Another update on the way to CRW write-support. Still not complete; don't use 2006-01-11 03:24:03 +00:00
Andreas Huggel
42107086ec Minor change 2005-12-26 13:01:43 +00:00
Andreas Huggel
8ef1d8f854 Added -c option to the exiv2 utility to set the Jpeg comment from a string given on the command line. Implements feature #446. 2005-12-13 16:18:52 +00:00
Andreas Huggel
c5d91d374a Added option -k to preserve file timestamps and -t/-T to set the timestamp in the rename action. Only tested on Linux. Implements feature #448. 2005-12-11 13:41:16 +00:00
Andreas Huggel
fc11d18013 Make sure the str argument to sscanf() is a 0 terminated C-string. Fixes Bug #447. 2005-12-10 10:36:36 +00:00
Andreas Huggel
0398735e80 Changed class Entry to transform comment type on the fly. Fixes bug #445. 2005-11-19 10:04:02 +00:00
Andreas Huggel
fd2b211222 Bumped version to 0.8, updated ChangeLog 2005-11-18 15:37:58 +00:00
Andreas Huggel
fc93a620ee Improved bugfix regression test script 2005-11-12 17:13:49 +00:00
Andreas Huggel
1c3bd8beb4 Started test driver for bugfixes regression testing 2005-10-09 12:46:53 +00:00
Andreas Huggel
ef8bd98e79 Added test images 2005-10-09 12:41:55 +00:00
Andreas Huggel
10a1b24398 Changed -s option to -S and included the "." in the suffix (similar to the -S option of gzip) 2005-09-25 10:23:50 +00:00
Andreas Huggel
d7c80de351 Added -s <suffix> option to the utility. This allows, e.g, to use Canon THM files as source file for the insert command. 2005-09-11 15:23:42 +00:00
Andreas Huggel
15564f4cf0 Fixed print function mixup and further cleaned-up the summary printing in the utility 2005-09-11 09:27:24 +00:00
Andreas Huggel
489fff191d Canon CRW read support, first try. Introduces a new approach to parsing metadata. Cluttered by some related additions to the Canon makernote note and a bit of cleanup. 2005-09-11 08:41:54 +00:00
Andreas Huggel
5823ceaff3 Changed Ifd::read() to allow it to access the complete Exif data buffer. Corresponding changes done to makernotes. Fixes bug #424. 2005-07-31 08:50:09 +00:00
Andreas Huggel
387729de1a Added decoding of Exif.Nikon3.LensData, updated tests 2005-06-12 14:14:32 +00:00
Andreas Huggel
266dbad626 Updated utility to use some of the new Makernote tags in the summary print output, updated tests accordingly 2005-06-12 06:41:40 +00:00
Andreas Huggel
9831922b50 Added Panasonic makernote, tweaked Olympus makernote just a little bit, updated doc and tests 2005-06-12 05:54:57 +00:00
Andreas Huggel
30f110c643 Improved output data and format of the utility and examples, updated test results 2005-06-07 15:01:11 +00:00
Andreas Huggel
17f2c4bd58 Updated documentation, bumped version to 0.7 2005-06-06 16:04:22 +00:00
Andreas Huggel
a70511cc4a Changed MakerNoteFactory according to ImageFactory. Removes the need to link applications with mn.o. Fixes bug #427 2005-05-28 05:48:43 +00:00
Andreas Huggel
c99597ccd7 Added basic Sony makernote, decoded Exif.CanonCs2.ISOSpeed (from Exiftool) and Exif.Nikon3.LensFStops (from Robert Rottmerhusen) 2005-04-20 18:16:29 +00:00
Andreas Huggel
6a675f3d82 Added support for Canon Camera settings 1/2 and Custom Functions tags 2005-04-10 04:06:05 +00:00
Andreas Huggel
6a0ecb420e Merged revisions 551:552 from branches/Exiv2-0_6_041212. Fixes bug #423 in trunk 2005-04-01 09:32:40 +00:00
Andreas Huggel
1f82dffcfa Added type information to Exif tag tables. Updated comment example, documentation and tests. Implements feature #425 2005-03-26 17:25:52 +00:00
Andreas Huggel
adb618fcf9 More clean-up, updated component dependency graph 2005-03-19 14:56:47 +00:00
Andreas Huggel
54a42fc1f7 Generalized and cleaned-up makernote handling 2005-03-13 12:52:56 +00:00
Andreas Huggel
76cd23a980 Merged revisions 521:529 from branches/Exiv2-0_6_041212, added modify-test.sh and related test data 2005-03-12 15:27:47 +00:00
Andreas Huggel
a8f6bc2f84 Merged revisions 520:521 from branches/Exiv2-0_6_041212, updated test results 2005-03-12 12:43:04 +00:00
Andreas Huggel
cac5030c7b Merged revisions 514:520 from branches/Exiv2-0_6_041212 2005-03-12 12:28:58 +00:00
Andreas Huggel
2a0149184a Fixes and cosmetic changes; all tests now pass again, finally! 2005-03-12 10:54:52 +00:00
Andreas Huggel
f35afc7179 Fixed write-test: Commented experimental Nikon3 code, copied write-test.out from branches/Exiv2-0_6_041212. 2005-02-22 15:51:48 +00:00
Andreas Huggel
8221293072 Completed ExifData assignment operator and copy constructor, added related code and tests. Fixes bug #417 2005-02-21 15:57:10 +00:00
Andreas Huggel
7539421a27 Fixed handling of Ifd offsets (bug #411), fixed guessing of Ifd base offset, added Ifd::pBase_ (not used yet), updated tests 2005-02-19 07:43:36 +00:00
brad
0cab366ec2 Merges all changes from the insideout branch back into trunk. This includes the IO abstraction code, split-up of image.cpp, and inside-out design change (#402, #403, and #404). 2005-01-16 09:22:28 +00:00
Andreas Huggel
d03534cc37 Updated according to cleanups from Rev 455 2004-12-11 17:58:01 +00:00
Andreas Huggel
e99ecbd345 Added delete targets for different types of metadata
Added insert thumbnail option
Various fixes
2004-12-11 17:01:09 +00:00
brad
3769cb5601 added svn:eol-style property to text files 2004-12-11 08:38:51 +00:00
Andreas Huggel
e09052e2d5 Updated examples for use on website, updated tests accordingly 2004-12-11 05:26:09 +00:00
Andreas Huggel
1bdad3afa6 exiv2-test.sh with expected output, finally 2004-12-05 16:07:20 +00:00
Andreas Huggel
2885c077df Added test-driver for MakerNoteFactory::match tests, moved expected output 2004-12-04 07:51:18 +00:00
Andreas Huggel
26b45e5fce Added addmoddel test driver and expected output 2004-11-29 15:01:30 +00:00
Andreas Huggel
7aa65b6499 Updated tests. Still needs work. 2004-11-24 12:33:22 +00:00
Andreas Huggel
804fb602c5 Updated write-test.* 2004-11-21 09:37:54 +00:00
Andreas Huggel
d2807c9dbf Expected output of write-test.sh, moved here from src 2004-11-21 08:10:31 +00:00
Andreas Huggel
5e8980a445 Added test directory and some initial test data and scripts. Needs work. 2004-11-20 12:28:42 +00:00