Commit Graph

901 Commits

Author SHA1 Message Date
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
HumanDynamo a14ccf71b1 GPS Exif tags descriptions backported from Exif spec 2.2. All Exif tags descriptions implementation are now complete 2006-10-29 09:40:20 +00:00
HumanDynamo c4976d664c Backport Exif tags descriptions from libexif complete 2006-10-29 09:15:34 +00:00
HumanDynamo e9843b9c8e Exif IFD tags descriptions complete. 2006-10-28 21:53:53 +00:00
HumanDynamo 3342e7ed84 Update Exif IFD tags descriptions 2006-10-28 21:38:38 +00:00
HumanDynamo fc062e4d51 Full descriptions of base IFD Tags (IFD0 and IFD1) are now implemented. 2006-10-28 19:08:19 +00:00
HumanDynamo 9953dee6c4 Start to update Exif tags description using string from libexif implementation. 2006-10-28 15:09:49 +00:00
HumanDynamo a7717741a6 Bug fix : following Exif 2.2 spec., Exif.Photo.GainControl tag is encoded like a short, not a rational value. 2006-10-27 06:49:01 +00:00
HumanDynamo feaffc2130 Exif.Photo.CustomRendered tag : add missing decoding method accordinly to Exif 2.2 spec. 2006-10-27 06:43:13 +00:00
HumanDynamo 57d5825b4c Exif.Photo.FileSource : updated new values accordinly with ExifTool tags database (outside Exif 2.2 spec.) 2006-10-24 13:27:15 +00:00
Andreas Huggel d2b9563978 Improved handling of the CPPFLAGS compiler flag and some minor build env tweaks. Partly fixes bug #490 (the build env related part). 2006-10-20 15:23:41 +00:00
Andreas Huggel 3d0c461624 A first commit of TIFF-writer code. In development status - unusable 2006-10-03 15:56:58 +00:00
Andreas Huggel d3c65bdfa0 Feature branch for further TIFF parser development (write support) 2006-10-03 15:46:40 +00:00
Andreas Huggel f39780943f Applied patch submitted with bug #489. Fixes the issue. (Rex Dieter) 2006-10-02 15:27:55 +00:00
Andreas Huggel 4f356d3639 Tweaks 2006-10-01 05:06:30 +00:00
Andreas Huggel 2a41b2475e Added pretty-print function for GPSTimeStamp 2006-09-30 07:55:12 +00:00
Andreas Huggel 65a93b183f Added pretty-print functions for some GPS tags. Fixes bug #488 2006-09-29 16:30:48 +00:00
Andreas Huggel 2c39d34d46 Fixed typo 2006-09-29 16:29:23 +00:00
HumanDynamo 3c9548bad7 Minolta lens ID update (pass 3) using Dimage Master Rev. Eng. 2006-09-26 19:58:56 +00:00
HumanDynamo 8cfdebe01b update minolta lens ID (pass2) using Dimage Master Rev. Eng. 2006-09-26 19:12:52 +00:00
HumanDynamo f533cde7ff Minolta makernotes : Lens ID big update (pass 1): new lens ID reported by Paul Tribick using Minolta Dimage Master program (Re-Eng.). Thanks to him for this big report ! 2006-09-26 14:51:00 +00:00
Andreas Huggel ab8738f646 Switched order of includes. Fixes MSVC crashes - bug #487. (Dimitri) 2006-09-24 10:04:38 +00:00
Andreas Huggel 8c6d1bc4ff Advised by Max Lapshin for Mac OS, bug 486 2006-09-18 13:31:12 +00:00
Andreas Huggel 91c741b0a3 Tagged release 0.11 2006-09-16 07:57:43 +00:00
Andreas Huggel 3beb136af0 Doc updates 2006-09-16 04:21:55 +00:00
Andreas Huggel 8c971f6bd6 Updated ChangeLog 2006-09-14 15:34:49 +00:00
Andreas Huggel 39ad73f947 Bumped version to 0.11 2006-09-14 14:07:12 +00:00
Andreas Huggel 9e854535a9 Simplified parser logic with regards to quotes around values of modify commands. Fixes bug #485. 2006-09-12 15:03:34 +00:00
Andreas Huggel 8977ddea69 Added Fuji FinePixColor (makernote tag 0x1210) tag details (Robert Peter) 2006-09-07 15:57:45 +00:00
HumanDynamo e141f97876 New SIGMA lens ID reported by Nicolas Vilars 2006-09-06 13:43:28 +00:00
Andreas Huggel fe53eff160 Found workaround for MSVC 7.1 bug 2006-09-05 17:02:55 +00:00
Andreas Huggel cb8cb3cdfd Canon Camera Settings update (David Cannings) 2006-08-30 16:57:39 +00:00
Andreas Huggel e3740e7246 Changed Nikon makernotes to use EXV_PRINT_TAG 2006-08-28 15:40:07 +00:00
Andreas Huggel 4698490b8d Fixed typos, added copy example 2006-08-26 11:00:05 +00:00
Andreas Huggel 367faecf0c Changed exiv2 del command to delete all occurences of a tag (Toff) 2006-08-26 06:38:16 +00:00
HumanDynamo e9af62c483 New Minolta lens ID. Thanks to Jim Westveer for this report. 2006-08-25 05:52:51 +00:00
Andreas Huggel b5d052b2f5 Added Canon Panorama patch, Canon test images, and minor updates (David Cannings) 2006-08-24 15:24:12 +00:00
HumanDynamo 598940340d Minolta makernotes update
- Fix duplicate tags.
- Fix decoding values (Exiftool).
2006-08-24 06:28:26 +00:00
Andreas Huggel 8caffa8eb4 Changed assertion to test when reading IPTC IRBs. Some images seem to have empty IPTC IRBs. Fixes bug #483. 2006-08-18 11:55:41 +00:00
Andreas Huggel 6a2ec40b76 Fixed typo introduced in rev. 850, needed for the tests to pass with MSVC 2005 2006-08-16 15:52:38 +00:00
Andreas Huggel a869aff639 Updated Nikon lens info to v2.02 of Robert Rottmerhusen's lens database 2006-08-15 14:57:35 +00:00
Andreas Huggel f8f9917dd9 Added support for Canon Picture Info tags (David Cannings) 2006-08-15 14:40:34 +00:00
Andreas Huggel 65d6486a75 Updated doxygen configuration file (and enabled search engine) and a minor doc fix 2006-08-14 14:18:26 +00:00
Andreas Huggel 609dbe60d3 Workaround for 64 bit long values (David Cannings) 2006-08-13 14:55:39 +00:00
Andreas Huggel 6af67226b2 Renamed CanonCs1,2 groups to CanonCs and CanonSi respectively (David Cannings) 2006-08-13 06:06:05 +00:00
Andreas Huggel e10eed1fb1 Updated CanonCs1 and CanonCs2 tags according to ExifTool (David) 2006-08-10 15:01:17 +00:00
Andreas Huggel 8326caedf6 Minor fixes 2006-08-09 16:29:01 +00:00
Andreas Huggel 5c79d7c3fb Added TagDetailBitmask type and print function, changed Canon tags to use it (David) 2006-08-09 16:08:20 +00:00
Andreas Huggel 1d6a869c1c More checks and sanity tests. Improves fix for bug #482. 2006-08-02 14:16:10 +00:00
Andreas Huggel 781983a96a Prevent overflow in addition. Fixes bug #482 2006-08-01 15:49:41 +00:00