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

Allow for intra-byte bits_per_sample. #218

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 31, 2023

  1. Allow for intra-byte bits_per_sample.

    Specifically, correctly read stripped tifs for any bits_per_sample sized up to the normal maximum bits_per_sample limit.
    Also, correctly read tiled tiffs that have bit padding in the last tile of each row. Bit padding in more than one tile per row is not supported.
    
    Future work could include error reporting about gaps in coverage, tests, and a separate newtype for buffer indexing (vs usize for bytes)
    Sam Sieber committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    9525864 View commit details
    Browse the repository at this point in the history