Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix_929_exif2.32 (0.27->master) #1389

Merged
merged 6 commits into from
Nov 21, 2020
Merged

Commits on Nov 7, 2020

  1. fix_929_exif2.31_0.27

    clanmills committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    58ae0b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. 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
    clanmills committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    a59a382 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c52891 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Configuration menu
    Copy the full SHA
    829ed7d View commit details
    Browse the repository at this point in the history
  2. 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
    kmilos committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    c688ed4 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. Configuration menu
    Copy the full SHA
    5f9daf7 View commit details
    Browse the repository at this point in the history