Commit Graph

1465 Commits

Author SHA1 Message Date
Andreas Huggel
d5701298df Fixed compilation. 2010-09-04 16:00:36 +00:00
Andreas Huggel
4bf9e16559 Misc tweaks. 2010-09-04 09:20:04 +00:00
Andreas Huggel
717d789c8e #721: Renamed ifdItem to groupName and big internal clean-up: consolidated groups and IfdIds. 2010-08-30 19:33:07 +00:00
Andreas Huggel
4c5def39cf Changed default type for IFDs to asciiString and use it in ExifKey::defaultTypeId(). 2010-08-30 09:09:04 +00:00
Andreas Huggel
8d199d2be5 Added known counts for binary arrays, added default type for each tag list and count for binary arrays in the end-of-list marker. 2010-08-29 16:17:22 +00:00
Andreas Huggel
4928c8d270 Added ExifKey::defaultCount() to access the new count reference information. 2010-08-29 11:21:59 +00:00
Andreas Huggel
0da6e6f47d Added count patch by Matthias Baas. Adds a count field to the Exif tag reference data. 2010-08-29 10:05:44 +00:00
Andreas Huggel
708bba8159 #721: Removed IfdId from the published API. ExifKey now gives access to reference tag data. (Needs some polishing.) 2010-08-28 17:47:45 +00:00
Andreas Huggel
d164180d65 Bugfix (Matthias Baas) 2010-08-24 15:54:05 +00:00
Andreas Huggel
45c2eb2d34 #721: Use Pimpl idiom for class ExifKey in preparation for more changes. 2010-08-24 15:45:30 +00:00
HumanDynamo
67c0ae133c fix tag name typo 2010-08-19 10:10:28 +00:00
Andreas Huggel
b5a0471e38 #667: Fixed Exif.CanonPr.ToneCurve (Greg Mansfield) 2010-08-18 16:32:13 +00:00
Andreas Huggel
32417382e3 #719: Added ExifTags::groupList() to access the list of all Exif groups. 2010-08-18 15:38:29 +00:00
HumanDynamo
63009032b9 add new image history XMP tag from digiKam 2.0 2010-08-18 13:47:54 +00:00
Andreas Huggel
917faa049a #667: Added support for Canon Processing Info tags (CanonPr binary array). Patch by Greg Mansfield. 2010-08-16 14:14:42 +00:00
Andreas Huggel
248cfb33c5 #719: Removed standard Exif tag definitions and pretty-print functions from the API. Fixed warnings in the code for Float and Double values (added for #711). 2010-08-16 13:38:06 +00:00
Andreas Huggel
fb9820d281 Bumped version to 0.21 to facilitate testing (soname remains unchanged for now). 2010-08-15 15:09:00 +00:00
Andreas Huggel
35823233fa Fixed zlib uncompression of large PNG metadata buffers. 2010-08-15 14:33:48 +00:00
Andreas Huggel
9c14fce52f #719: Removed Canon makernote class and pretty-print functions from the published interface. 2010-08-14 13:53:17 +00:00
Andreas Huggel
2462355867 #719: Removed Olympus makernote class and pretty-print functions from the published interface. 2010-08-14 08:52:46 +00:00
Andreas Huggel
d57597cfd8 #719: Removed Fuji makernote class and pretty-print functions from the published interface. 2010-08-14 08:01:47 +00:00
Andreas Huggel
f82a203410 #719: Removed Minolta makernote class and pretty-print functions from the published interface. 2010-08-14 03:06:21 +00:00
Andreas Huggel
48b28c83fd #719: Removed Sony makernote class and pretty-print functions from the published interface. 2010-08-14 02:59:06 +00:00
Andreas Huggel
36010aef8f #719: Removed Sigma makernote class and pretty-print functions from the published interface. 2010-08-14 02:50:44 +00:00
Andreas Huggel
a9feb74f48 #719: Removed Pentax makernote class and pretty-print functions from the published interface. 2010-08-14 02:45:46 +00:00
Andreas Huggel
9bf9e434bd #719: Removed Panasonic makernote class and pretty-print functions from the published interface. 2010-08-14 02:36:34 +00:00
Andreas Huggel
049df2489a #719: Added new ExifTags::tagList() function which returns the taglist for an Exif group. 2010-08-12 16:40:08 +00:00
HumanDynamo
393b638042 fix install of header files 2010-08-09 14:54:33 +00:00
Andreas Huggel
f8aed98f88 #719: Removed Nikon makernote classes and pretty-print functions from the published interface. 2010-08-08 15:11:33 +00:00
Andreas Huggel
dbc1e60135 Re-added generalized ValueType constructors. 2010-08-07 16:36:15 +00:00
Andreas Huggel
1f9f8bbb52 Made new constructor explicit. 2010-08-07 13:43:43 +00:00
Andreas Huggel
238ab136ae #717: Retain TIFF IFD type when writing, removed unnecessary ValueType constructors. 2010-08-07 11:19:51 +00:00
Andreas Huggel
55ffbd9eb9 Added DoubleValue to deal with TIFF Double values (see #711). 2010-08-05 01:46:27 +00:00
Andreas Huggel
7cdf9815bc #716: Added missing #include <ios>, needed for Sun Studio compiler (patch by Pavel Heimlich). 2010-07-25 16:13:26 +00:00
Andreas Huggel
5d24f66ebd Added static cast to prevent MSVC warning and comment highlighting non-conforming C++. 2010-07-23 15:32:03 +00:00
Andreas Huggel
bc54748634 #711: Added FloatValue to deal with TIFF Float values. (Nice one! :) 2010-07-22 02:41:02 +00:00
Andreas Huggel
6fc96993a1 #711: Quickfix for Exif.OlympusIp.0x1104 which points to the beginning of the image. With this change the value is truncated now, i.e., it's size is set to 0. 2010-07-22 02:34:55 +00:00
Robin Mills
0bbac46524 Added cast to resolve MSVC build breaker. DevStudio has been set to treat warnings as errors. 2010-07-18 20:07:48 +00:00
Andreas Huggel
da52f17aa4 Fixed writing to pseudo memory mapped areas (at least on Linux). 2010-07-18 15:55:08 +00:00
Andreas Huggel
b18c048a91 Applied Canon makernote patch 2 by Greg Mansfield, updated tests. 2010-07-18 15:52:42 +00:00
Andreas Huggel
75dbd25eea Applied Canon makernote patch by Greg Mansfield, updated tests. 2010-07-12 15:53:20 +00:00
Andreas Huggel
02e181eca7 Added patch for MeasuredEV in CanonSi (Axel Waggershauser) and several checks for the size of a tag value. 2010-07-08 15:41:05 +00:00
Andreas Huggel
839012f037 Olympus makernote updates (Greg Mansfield) 2010-07-07 11:21:39 +00:00
Andreas Huggel
5c88be9861 Added exiv2.hpp as a wrapper to easily include all objects published in the Exiv2 namespace. 2010-06-27 10:11:55 +00:00
Andreas Huggel
06ce0d18b6 - Introduced exiv2.hpp as a wrapper to include all Exiv2 objects. (Renamed existing exiv2.hpp to exiv2app.hpp)
- Changed Sony/Minolta pretty-print function to print EV value
- Renamed rcsid.hpp to rcsid_int.hpp, do not publish it anymore
2010-06-27 10:04:39 +00:00
HumanDynamo
b83ad4c65c sync with Exiftool 2010-06-21 08:49:26 +00:00
Andreas Huggel
482cd93977 Reverted some Exif keys changed recently back to the original names, updated easy-access functions to include recently added Sony and Minolta tags. 2010-06-18 19:52:56 +00:00
Andreas Huggel
053651f97e Added missing Sony Quality keys to imageQuality() easy-access function. 2010-06-14 15:35:06 +00:00
HumanDynamo
3b5f5b8dd0 Quality => JPEG Quality 2010-06-08 08:36:36 +00:00
HumanDynamo
e5f3f2ff88 polish 2010-06-01 12:48:45 +00:00
HumanDynamo
0925802be7 new tag zone matching mode 2010-06-01 12:45:00 +00:00
HumanDynamo
f63e326c16 fix duplicate tags name 2010-06-01 12:38:28 +00:00
HumanDynamo
278c5d3ec4 factoring zone matching 2010-06-01 12:30:18 +00:00
HumanDynamo
b7d54e2e85 new Rotation2 and PictureFinish tags 2010-06-01 12:16:34 +00:00
HumanDynamo
7e015a5899 new tag ColorSpace 2010-06-01 12:02:47 +00:00
HumanDynamo
14d02509ba factoring focus mode 2010-06-01 11:55:02 +00:00
HumanDynamo
2833162c3f factoring 2010-06-01 10:36:56 +00:00
HumanDynamo
0f77da9e5f update Minolta tags.
Fix duplicate tag name in sony
2010-06-01 09:18:06 +00:00
HumanDynamo
520015641f polish 2010-05-31 14:18:15 +00:00
HumanDynamo
725ec9478e more WB mode 2010-05-31 14:10:20 +00:00
HumanDynamo
a59373596c more long expo NR mode 2010-05-31 14:06:45 +00:00
HumanDynamo
dd11f77e04 fix flash levels 2010-05-31 13:58:28 +00:00
HumanDynamo
2345cee44f more quality 2010-05-31 13:57:12 +00:00
HumanDynamo
0ac95e9006 wrong value there 2010-05-31 13:56:04 +00:00
HumanDynamo
f3eebd4d19 more AF mode 2010-05-31 13:54:39 +00:00
HumanDynamo
67ee41073d more exposure mode 2010-05-31 13:53:16 +00:00
HumanDynamo
85009a30e3 more macro mode 2010-05-31 13:50:04 +00:00
HumanDynamo
3095fe2b19 new DRO mode 2010-05-31 13:41:19 +00:00
HumanDynamo
56ce2559cf new ARW format 2010-05-31 13:38:11 +00:00
HumanDynamo
76c8ca7611 HDR mode, not Auto HDR 2010-05-31 13:36:09 +00:00
HumanDynamo
1d2457864e 2 new tags are know 2010-05-31 13:34:39 +00:00
HumanDynamo
8a8bf3f9bb update HDR mode 2010-05-31 13:27:25 +00:00
HumanDynamo
197e865e2d update sony model 2010-05-31 13:24:26 +00:00
Andreas Huggel
e6408f101b Added HTML doc for new XMP schemas mediapro, expressionmedia and kipi. 2010-05-29 09:09:03 +00:00
Andreas Huggel
c256d5e57d Updated Nikon and Sony makernote doc. 2010-05-29 07:56:31 +00:00
Andreas Huggel
7a0f08f716 Bumped version to 0.20. 2010-05-28 04:08:04 +00:00
Andreas Huggel
ba8a824c25 Doc added to silence doxygen warnings. 2010-05-28 02:17:37 +00:00
Andreas Huggel
8ef1a5f9fa Removed minoltasonyvalues.[ch]pp, moved common Minolta/Sony code into minoltamn.[ch]pp. 2010-05-25 15:25:02 +00:00
Andreas Huggel
5d24e744c2 Backed out revisions 2221:2219 and most of change 2216. 2010-05-25 15:04:16 +00:00
Andreas Huggel
03057632f5 Backed out revisions 2210:2208. 2010-05-25 14:53:56 +00:00
HumanDynamo
5130eddf3b polish 2010-05-25 12:11:15 +00:00
HumanDynamo
00aa4aad0f Idem there : Exiftool database give a list of tags shorted in decimal mode, not hexadecimal. 2010-05-25 12:10:58 +00:00
HumanDynamo
f94d46dc0c polish 2010-05-25 11:59:52 +00:00
HumanDynamo
5a62b25ed5 polish 2010-05-25 11:56:35 +00:00
HumanDynamo
9599a58100 Warning : Exiftool database give a list of tags shorted in decimal mode, not hexadecimal 2010-05-25 11:55:12 +00:00
HumanDynamo
055b8a52cc this one is signed tag 2010-05-25 11:10:10 +00:00
HumanDynamo
622ab4a490 missing Sequence Number tag 2010-05-25 11:00:58 +00:00
HumanDynamo
f5e645824b missing Focus Mode tag 2010-05-25 10:22:15 +00:00
HumanDynamo
6e05f088da polish 2010-05-25 10:07:07 +00:00
HumanDynamo
c540c6cd08 polish 2010-05-25 09:59:46 +00:00
Andreas Huggel
a118544821 #705: Applied Pentax 645D update. (Patch by Michal Čihař) 2010-05-24 04:56:56 +00:00
Andreas Huggel
74137b432f Nit-picking fixes and enhancements. 2010-05-17 14:00:28 +00:00
Andreas Huggel
2b9c257e27 Added seveal Nikon pretty-print functions. (Patch by Jens Mueller) 2010-05-17 12:21:33 +00:00
Andreas Huggel
0d3e65fe6b Added support for Nikon File Info, Auto Focus 2, Multi Exposure and Flash Info binary arrays. (Jens Mueller) 2010-05-15 14:14:20 +00:00
HumanDynamo
151ed86895 Exiv2 need to be linked with Winsock32 under windows. 2010-05-14 06:24:09 +00:00
HumanDynamo
bd4791c57a use right header file to compile under Mingw32 2010-05-14 06:11:56 +00:00
Andreas Huggel
81163717eb #701: Sort Sub-IFDs by group before writing, as the order may not be correct after copying image tags. 2010-05-12 16:27:57 +00:00
Andreas Huggel
8f52d4b787 Updated Nikon Lens lookup table to v4.3.401.01 of Robert Rottmerhusen's fmountlens list. 2010-05-11 14:22:01 +00:00
Andreas Huggel
29dcba6150 Added Nikon lens data pretty-print functions (Patch by Jens Mueller) 2010-05-11 14:14:52 +00:00
Andreas Huggel
00064556ce Updated Pentax makernote (Patch by Michal Čihař) 2010-05-09 16:20:03 +00:00