Commit Graph

29 Commits

Author SHA1 Message Date
Andreas Huggel
da6266da3b Copyright updates for 2007 2007-02-02 10:09:31 +00:00
Andreas Huggel
0723a62899 Removed trailing whitespace 2006-12-15 05:07:05 +00:00
Andreas Huggel
04126e8bb8 Merged revisions 907:999 from gettext branch into trunk 2006-12-03 08:42:50 +00:00
Andreas Huggel
ba89716cd6 Added methods to access built-in read-only IPTC datasets 2006-11-21 16:22:56 +00:00
Andreas Huggel
b745ab7977 Fixed doc target 2006-11-16 15:53:25 +00:00
HumanDynamo
744bcab0bb IPTC.Application2 tags descriptions implementation is now complete. 2006-10-30 12:13:31 +00:00
HumanDynamo
32d81ef6b7 Continue IPTC.Application2 tags descriptions implementation. Not yet complete. 2006-10-30 12:04:11 +00:00
HumanDynamo
70f5b3eee7 Continue IPTC.Application2 tags descriptions implementation. Not yet complete. 2006-10-30 11:22:13 +00:00
HumanDynamo
56f88c15d5 IPTC.Application2 tags descriptions implementation. Not yet complete. 2006-10-30 09:08:55 +00:00
HumanDynamo
fde5bcabc9 Staring to improve IPTC tags description using IIM4 spec version 4.1. All IPTC.Envelope description tags implemented. 2006-10-29 17:41:22 +00:00
Andreas Huggel
66e78f694d Fixed copy c'tor properly 2006-06-21 09:33:03 +00:00
Andreas Huggel
9daaaa3f6d Fixed compiler warnings 2006-06-21 09:16:36 +00:00
Andreas Huggel
99b4e71459 Updated copyright and fsf address 2006-01-17 14:53:57 +00:00
Andreas Huggel
06e5c0719e Removed trailing whitespace from source files 2005-10-08 11:25:44 +00:00
Andreas Huggel
02dee1b329 Added tag and dataset title (label) 2005-07-10 09:45:03 +00:00
Andreas Huggel
55aebc0686 Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor.
Image::read/writeMetadata and ImageFactory::open now throw Error in case of failure. Applications therefore now need an exception handler for the error handling of such function calls. This should result in shorter and simpler application code.
2005-04-17 11:51:32 +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
8521dead83 Added 2005 to Copyright lines 2005-03-12 16:43:06 +00:00
Andreas Huggel
0fc84a1a80 Added unknownTag / unknownDataSet structures and replaced exceptions with return values from these where possible 2004-12-10 18:02:31 +00:00
Andreas Huggel
2ed876f615 Fixed ExifKey (and IptcKey) behaviour for unknown tag (record) names 2004-11-13 07:58:36 +00:00
brad
77d3d5621a added subversion style keywords 2004-11-09 19:10:37 +00:00
Andreas Huggel
e20bffaec7 Converted Key hierarchy to use std::auto_ptr where appropriate 2004-10-16 04:43:21 +00:00
Andreas Huggel
79721d04e0 Move ExifKey to component tags, moved IptcKey to component datasets 2004-09-29 13:48:55 +00:00
Andreas Huggel
6034d99950 Added support for unknown Iptc keys 2004-09-21 16:06:50 +00:00
Andreas Huggel
a25763d070 Replaced custom integer types with C99 types 2004-09-15 13:14:52 +00:00
Andreas Huggel
0147a77c7b Added Key, ExifKey and IptcKey class hierarchy
Changed Exif keys to 'Exif.ifdItem.tagName'
2004-09-04 08:42:56 +00:00
Andreas Huggel
2c1dcd5094 Minor changes 2004-08-12 08:34:08 +00:00
Andreas Huggel
166e6f7928 Added full IPTC read and write support (Brad, bs_3.patch) 2004-08-12 03:57:27 +00:00
Andreas Huggel
de0bb2246b Added IPTC tags and random fixes (Brad, bs_2.patch) 2004-08-01 14:55:05 +00:00