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

Improve encoding of TIFF tags #3861

Merged
merged 4 commits into from Jun 30, 2019
Merged

Improve encoding of TIFF tags #3861

merged 4 commits into from Jun 30, 2019

Commits on Jun 29, 2019

  1. Improve encoding of TIFF tags

    - Pass tagtype from v2 directory to libtiff encoder, instead of
    autodetecting type.
    - Use explicit types. E.g. uint32_t for TIFF_LONG to fix issues on
    platforms with 64bit longs.
    - Add support for multiple values (arrays). Requires type in v2
    directory and values must be passed as a tuple.
    - Add support for signed types (e.g. TIFFTypes.TIFF_SIGNED_SHORT).
    olt authored and radarhere committed Jun 29, 2019
    Copy the full SHA
    be6fc06 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2019

  1. Fix typo

    Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
    hugovk and radarhere committed Jun 30, 2019
    Copy the full SHA
    9a24c93 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f39bf36 View commit details
    Browse the repository at this point in the history
  3. Fix lint

    hugovk committed Jun 30, 2019
    Copy the full SHA
    a3520ab View commit details
    Browse the repository at this point in the history