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

Add GeoTIFF support #307

Merged
merged 9 commits into from
Aug 2, 2021
Merged

Add GeoTIFF support #307

merged 9 commits into from
Aug 2, 2021

Commits on Aug 2, 2021

  1. Introduce TiffReaderContext

    We have been steadily adding parameters to members of ITiffHandler. We are about to add more to support GeoTIFF. Rather than do that, introduce a new type that encapsulates this common state. This makes the API simpler, and means we can add members in future without it being a breaking change.
    drewnoakes committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    4f3003c View commit details
    Browse the repository at this point in the history
  2. Pass by reference

    drewnoakes committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    e0faf61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    629d9bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3aa152 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f716cf View commit details
    Browse the repository at this point in the history
  6. Pass context to EndingIfd

    drewnoakes committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    10a1e1e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    253b2c1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7527ecc View commit details
    Browse the repository at this point in the history
  9. Update API files

    drewnoakes committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    87be85e View commit details
    Browse the repository at this point in the history