Commit Graph

7692 Commits

Author SHA1 Message Date
Robin Mills
a8b549f7df Remove debugging code. 2020-11-26 13:28:03 +00:00
Miloš Komarčević
12e63073d3
Merge pull request #1411 from Exiv2/fix_1344_mkntags_0.27
Fix Pana tag typo and improve Fuji tag description
2020-11-26 11:29:47 +01:00
Miloš Komarčević
4ab2eb3ec6 Add DNG 1.5 tags and values 2020-11-25 22:12:23 +01:00
Miloš Komarčević
13032f44f1 Fix Pana tag typo and improve Fuji tag description 2020-11-25 21:20:20 +01:00
Miloš Komarčević
2101359e2f
Merge pull request #1161 from jenshannoschwalm/usercrop
Complete DNG 1.4 spec support
2020-11-25 20:52:50 +01:00
Robin Mills
45119e3260 WIP: working to understand how to support tiffIfd in tiffvisitor_int.cpp 2020-11-25 16:41:03 +00:00
Robin Mills
52fd70a85c
Merge pull request #1410 from Exiv2/bumpRevision_0.27.4.9
bumpRevision_0.27.4.9
2020-11-25 15:57:25 +00:00
Miloš Komarčević
b410eb3550 Complete DNG 1.4 spec support 2020-11-25 15:47:06 +01:00
hanno@schwalm-bremen.de
a2f4082beb Revert exv commit and remove empty line. 2020-11-25 13:27:51 +01:00
hanno@schwalm-bremen.de
abce0ac300 Fix typo and remove empty line. 2020-11-25 13:27:51 +01:00
hanno@schwalm-bremen.de
01a449544c Adding support for DefaultUserCrop and BaselineExposureOffset
Nothing special, copied from dng 1.5 reference.
2020-11-25 13:27:50 +01:00
Robin Mills
483ca6e56b bumpRevision_0.27.4.9 2020-11-24 21:03:30 +00:00
Robin Mills
76514a1654 WIP #1402 rafimage::printStructure() improved formatting. 2020-11-24 20:51:43 +00:00
Robin Mills
4af8b9bd41
Merge pull request #1403 from Exiv2/fix_1394_buildnotes_0.27
Fix 1394 buildnotes 0.27
2020-11-24 20:44:59 +00:00
Robin Mills
49fa54d7f2
Merge pull request #1407 from FreddieWitherden/0.27-maintenance
Add support for Fuji's CropMode tag.
2020-11-24 20:42:43 +00:00
Freddie Witherden
8f1f6fce1f
Add support for Fuji's CropMode tag. 2020-11-24 08:05:24 -06:00
Robin Mills
1a714400bf I hope this is the final change to this PR.
@moon6969 pleased accept my invitation to join Team Exiv2 and I will assign you to review/approve this PR.  Thank You.
2020-11-22 20:54:25 +00:00
Robin Mills
01b95de651 Update script cmd64.bat following review by @tester0077 2020-11-22 16:44:30 +00:00
Robin Mills
25b488a5f9 Documented exiv2lib_export.h 2020-11-21 13:07:08 +00:00
Robin Mills
e045fd666a
Merge pull request #1389 from Exiv2/fix_929_exif2.31_0.27
fix_929_exif2.32_0.27
2020-11-21 12:47:44 +00:00
Robin Mills
5f9daf725b Moved orphaned declaration of exifGPSDirRef. 2020-11-21 10:15:20 +00:00
Robin Mills
7b90bf3a40 Add ribbon to README-SAMPLES.md. Fixing typos. 2020-11-21 09:43:48 +00:00
Miloš Komarčević
c688ed448d Moved ambient tags to Exif only list, other refactoring
Handle more TIFF/EP vs Exif differences

Moved translated values (GPS, Exif) closer to their respective lists
2020-11-20 21:22:41 +01:00
Robin Mills
ec3d6faacf New profiles as documented in README-CONAN.md 2020-11-20 18:56:28 +00:00
Robin Mills
fded2da978 Documentation revision in response to #1394 2020-11-20 18:55:48 +00:00
Robin Mills
829ed7da15 Clarified definition and use of enum SectionId @kmilos: please review/approve. 2020-11-20 10:02:32 +00:00
Robin Mills
4017f79c83
Merge pull request #1400 from Exiv2/fix_1393_iptc_tags_web_0.27
fix_1393_iptc_tags_web_0.27
2020-11-19 15:52:17 +00:00
Robin Mills
4c52891549 Fix tag GPSHPositioningError to use printValue() pretty-printer. 2020-11-19 15:48:14 +00:00
Robin Mills
a59a382961 I hope I've made a better job of this at this attempt. I don't thing the "section" enum is of much importance. I don't believe anything in particular is done with with it.
```cpp
    /*!
      @brief Section identifiers to logically group tags. A section consists
             of nothing more than a name, based on the Exif standard.
     */
    enum SectionId { sectionIdNotSet,
                     imgStruct, recOffset, imgCharacter, otherTags, exifFormat,
                     exifVersion, imgConfig, userInfo, relatedFile, dateTime,
                     captureCond, gpsTags, iopTags, mpfTags, makerTags, dngTags, panaRaw,
                     tiffEp, tiffPm6, adobeOpi,
                     lastSectionId };
```

I pleased with the documentation and drawing I have added to the book concerning the Exif Specification.

https://clanmills.com/exiv2/book/#Exif
2020-11-19 15:40:50 +00:00
Robin Mills
e887b6487f fix_1393_iptc_tags_web_0.27 2020-11-19 09:21:56 +00:00
Robin Mills
35d4c595b0
Merge pull request #1399 from FreddieWitherden/0.27-maintenance
Add support for Sony lens aberration correction parameters (0.27 backport).
2020-11-19 08:40:57 +00:00
Freddie Witherden
ff0dc4b1df
Add support for Sony lens aberration correction parameters. 2020-11-18 16:40:24 -06:00
Miloš Komarčević
52257eb986
Merge pull request #1392 from kmilos/dng_tag_values_cfa
Add remaining DNG 1.3 tag values
2020-11-17 23:46:19 +01:00
Miloš Komarčević
12f7002493 Minor DNG related changes after review 2020-11-17 20:10:13 +01:00
Miloš Komarčević
e92d5f2e61 Add remaining DNG 1.3 tag values 2020-11-17 09:46:49 +01:00
Miloš Komarčević
8cf241ca46 Update CalibrationIlluminant test 2020-11-12 12:45:20 +01:00
Miloš Komarčević
682927ee25
Also use existing light source pretty print for DNG 2020-11-12 10:10:53 +01:00
Miloš Komarčević
2113dfeb8a Add DNG CFALayout values 2020-11-10 18:59:50 +01:00
Robin Mills
6ee023a823
Merge pull request #1391 from kmilos/dng_tag_values
Add some DNG related tag values
2020-11-10 15:09:27 +00:00
Miloš Komarčević
04a9743a1c Fix syntax error, improve value name style 2020-11-10 12:41:05 +01:00
Miloš Komarčević
a2a7ee2733 Add some DNG related tag values 2020-11-10 10:57:49 +01:00
clanmills
58ae0b0752 fix_929_exif2.31_0.27 2020-11-07 20:36:24 +00:00
Robin Mills
3e78cac3f4
Merge pull request #1384 from Exiv2/fix_1380_binary
Disable exiv2 option --binary (0.27->maintenance)
2020-11-06 07:58:44 +00:00
Robin Mills
d6e6ac5131
Merge pull request #1386 from kmilos/easyaccess_tiffep
Add more easy accessors for Exif & TIFF/EP overlap
2020-11-05 13:36:28 +00:00
Miloš Komarčević
1038e62a42 actions: simplify print summary using easyaccess 2020-11-05 12:10:36 +01:00
clanmills
6ec81f9bac Updating man page. 2020-11-05 10:11:30 +00:00
clanmills
6982c0148e Adding python test 2020-11-05 10:11:10 +00:00
Robin Mills
12a5c1c7ed
Merge pull request #1387 from kmilos/patch-1
Fix CanonFi typo in man page
2020-11-05 09:52:36 +00:00
Miloš Komarčević
f6abec4432 exiv2 pr uses easyaccess API (co-authored with clanmills) 2020-11-04 19:19:40 +01:00
Miloš Komarčević
3e9c74d227
Fix CanonFi typo in man page 2020-11-04 12:15:45 +01:00