7060 Commits (6cd9263fa7b74ec2e57a3e191d01a8189715a09c)
 

Author SHA1 Message Date
Robin Mills 5d11959216 Changed APPVEYOR_BUILD_WORKER_IMAGE 5 years ago
Robin Mills 55500cf105 appveyor_mingw_0.27 5 years ago
Robin Mills b6bf20a897 fix_1431_binary_comment. 5 years ago
Miloš Komarčević 01a146e014
Merge pull request #1427 from Exiv2/prettyprint_planarconfig
Pretty print PlanarConfig
5 years ago
Miloš Komarčević 5e7a563407 Pretty print PlanarConfig 5 years ago
Miloš Komarčević aa07607eac
Merge pull request #1425 from Exiv2/promote_default_tag_type
Promote remaining SHORT/LONG tags default type
5 years ago
Miloš Komarčević 85e3a31242 Promote remaining SHORT/LONG tags default type 5 years ago
Robin Mills 866d213983
Merge pull request #1409 from Exiv2/fix_1402_rafimage_0.27
fix_1402_rafimage_0.27
5 years ago
Robin Mills 2466c78fe6 Calming Test Suite concerning Continuous and CropMode confusion. 5 years ago
Robin Mills a1dca064a0 Hoping for CI Contentment! 5 years ago
Robin Mills a71eb24956 Pointless change to trigger CI to build again. 5 years ago
Robin Mills 54506bd860
Merge pull request #1414 from Exiv2/fix_1394_buildnotes2_0.27
Fix significant typo in cmd64.bat
5 years ago
Robin Mills 51e25f96ee Fix significant typo in cmd64.bat 5 years ago
Robin Mills 3ffd8077ac Add to test harness. 5 years ago
Robin Mills e032586d74 Code/comment tidy. 5 years ago
Robin Mills 9b877f8506 Success. It's working! 5 years ago
Miloš Komarčević 0b5ba68e54
Merge pull request #1412 from Exiv2/dng15_0.27
Add DNG 1.5 tags and values
5 years ago
Robin Mills c48189afa7 Add FujiIFD to TiffCreator::tiffGroupStruct_ 5 years ago
Robin Mills a8b549f7df Remove debugging code. 5 years ago
Miloš Komarčević 12e63073d3
Merge pull request #1411 from Exiv2/fix_1344_mkntags_0.27
Fix Pana tag typo and improve Fuji tag description
5 years ago
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