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 support for reading TIFFs with PlanarConfiguration=2 #5364

Merged
merged 17 commits into from Mar 28, 2021

Commits on Mar 28, 2021

  1. Copy the full SHA
    0018685 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6450043 View commit details
    Browse the repository at this point in the history
  3. initialize the unpackers

    wiredfool committed Mar 28, 2021
    Copy the full SHA
    77a1a9a View commit details
    Browse the repository at this point in the history
  4. correct TIFFTAG_PLANARCONFIG size

    nulano authored and wiredfool committed Mar 28, 2021
    Copy the full SHA
    a921c01 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    6718378 View commit details
    Browse the repository at this point in the history
  6. remove double pointer

    nulano authored and wiredfool committed Mar 28, 2021
    Copy the full SHA
    daf7b65 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    fda638b View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    c9ea87e View commit details
    Browse the repository at this point in the history
  9. not

    wiredfool committed Mar 28, 2021
    Copy the full SHA
    b1d3f0d View commit details
    Browse the repository at this point in the history
  10. UINT8 -> int for plane

    wiredfool committed Mar 28, 2021
    Copy the full SHA
    f2020ee View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    169bb48 View commit details
    Browse the repository at this point in the history
  12. Swap pixel values on Big Endian

    kkopachev authored and wiredfool committed Mar 28, 2021
    Copy the full SHA
    4c2dfad View commit details
    Browse the repository at this point in the history
  13. unify reading of YCbCr Tiffs

    kkopachev authored and wiredfool committed Mar 28, 2021
    Copy the full SHA
    4dd288c View commit details
    Browse the repository at this point in the history
  14. Refactor into smaller functions

    kkopachev authored and wiredfool committed Mar 28, 2021
    Copy the full SHA
    e438046 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    1c295bf View commit details
    Browse the repository at this point in the history
  16. Add sanity check for memory overruns

    kkopachev authored and wiredfool committed Mar 28, 2021
    Copy the full SHA
    ab24c98 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    52ecf1b View commit details
    Browse the repository at this point in the history