7490 Commits (cc89dca5a216eced7ebed84eba432896b074443c)
 

Author SHA1 Message Date
Miloš Komarčević 4ab2eb3ec6 Add DNG 1.5 tags and values 5 years ago
Miloš Komarčević 13032f44f1 Fix Pana tag typo and improve Fuji tag description 5 years ago
Miloš Komarčević 2101359e2f
Merge pull request #1161 from jenshannoschwalm/usercrop
Complete DNG 1.4 spec support
5 years ago
Robin Mills 45119e3260 WIP: working to understand how to support tiffIfd in tiffvisitor_int.cpp 5 years ago
Robin Mills 52fd70a85c
Merge pull request #1410 from Exiv2/bumpRevision_0.27.4.9
bumpRevision_0.27.4.9
5 years ago
Miloš Komarčević b410eb3550 Complete DNG 1.4 spec support 5 years ago
hanno@schwalm-bremen.de a2f4082beb Revert exv commit and remove empty line. 5 years ago
hanno@schwalm-bremen.de abce0ac300 Fix typo and remove empty line. 5 years ago
hanno@schwalm-bremen.de 01a449544c Adding support for DefaultUserCrop and BaselineExposureOffset
Nothing special, copied from dng 1.5 reference.
5 years ago
Robin Mills 483ca6e56b bumpRevision_0.27.4.9 5 years ago
Robin Mills 76514a1654 WIP #1402 rafimage::printStructure() improved formatting. 5 years ago
Robin Mills 4af8b9bd41
Merge pull request #1403 from Exiv2/fix_1394_buildnotes_0.27
Fix 1394 buildnotes 0.27
5 years ago
Robin Mills 49fa54d7f2
Merge pull request #1407 from FreddieWitherden/0.27-maintenance
Add support for Fuji's CropMode tag.
5 years ago
Freddie Witherden 8f1f6fce1f
Add support for Fuji's CropMode tag. 5 years ago
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.
5 years ago
Robin Mills 01b95de651 Update script cmd64.bat following review by @tester0077 5 years ago
Robin Mills 25b488a5f9 Documented exiv2lib_export.h 5 years ago
Robin Mills e045fd666a
Merge pull request #1389 from Exiv2/fix_929_exif2.31_0.27
fix_929_exif2.32_0.27
5 years ago
Robin Mills 5f9daf725b Moved orphaned declaration of exifGPSDirRef. 5 years ago
Robin Mills 7b90bf3a40 Add ribbon to README-SAMPLES.md. Fixing typos. 5 years ago
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
5 years ago
Robin Mills ec3d6faacf New profiles as documented in README-CONAN.md 5 years ago
Robin Mills fded2da978 Documentation revision in response to #1394 5 years ago
Robin Mills 829ed7da15 Clarified definition and use of enum SectionId @kmilos: please review/approve. 5 years ago
Robin Mills 4017f79c83
Merge pull request #1400 from Exiv2/fix_1393_iptc_tags_web_0.27
fix_1393_iptc_tags_web_0.27
5 years ago
Robin Mills 4c52891549 Fix tag GPSHPositioningError to use printValue() pretty-printer. 5 years ago
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
5 years ago
Robin Mills e887b6487f fix_1393_iptc_tags_web_0.27 5 years ago
Robin Mills 35d4c595b0
Merge pull request #1399 from FreddieWitherden/0.27-maintenance
Add support for Sony lens aberration correction parameters (0.27 backport).
5 years ago
Freddie Witherden ff0dc4b1df
Add support for Sony lens aberration correction parameters. 5 years ago
Miloš Komarčević 52257eb986
Merge pull request #1392 from kmilos/dng_tag_values_cfa
Add remaining DNG 1.3 tag values
5 years ago
Miloš Komarčević 12f7002493 Minor DNG related changes after review 5 years ago
Miloš Komarčević e92d5f2e61 Add remaining DNG 1.3 tag values 5 years ago
Miloš Komarčević 8cf241ca46 Update CalibrationIlluminant test 5 years ago
Miloš Komarčević 682927ee25
Also use existing light source pretty print for DNG 5 years ago
Miloš Komarčević 2113dfeb8a Add DNG CFALayout values 5 years ago
Robin Mills 6ee023a823
Merge pull request #1391 from kmilos/dng_tag_values
Add some DNG related tag values
5 years ago
Miloš Komarčević 04a9743a1c Fix syntax error, improve value name style 5 years ago
Miloš Komarčević a2a7ee2733 Add some DNG related tag values 5 years ago
clanmills 58ae0b0752 fix_929_exif2.31_0.27 5 years ago
Robin Mills 3e78cac3f4
Merge pull request #1384 from Exiv2/fix_1380_binary
Disable exiv2 option --binary (0.27->maintenance)
5 years ago
Robin Mills d6e6ac5131
Merge pull request #1386 from kmilos/easyaccess_tiffep
Add more easy accessors for Exif & TIFF/EP overlap
5 years ago
Miloš Komarčević 1038e62a42 actions: simplify print summary using easyaccess 5 years ago
clanmills 6ec81f9bac Updating man page. 5 years ago
clanmills 6982c0148e Adding python test 5 years ago
Robin Mills 12a5c1c7ed
Merge pull request #1387 from kmilos/patch-1
Fix CanonFi typo in man page
5 years ago
Miloš Komarčević f6abec4432 exiv2 pr uses easyaccess API (co-authored with clanmills) 5 years ago
Miloš Komarčević 3e9c74d227
Fix CanonFi typo in man page 5 years ago
Miloš Komarčević ae3cda2dc8 Preserve trailing space in test_easyaccess.py output 5 years ago
Miloš Komarčević 5e92d5e078 Fix easyaccess-test 5 years ago