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 2/4 bpp Tiff Grayscale Images #1789

Merged
merged 4 commits into from Apr 3, 2016

Commits on Mar 29, 2016

  1. Add Some Unpackers for 2/4 bpp Grayscale Format

    As seen in some tiff image files.
    zwhfly committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    4d147c1 View commit details
    Browse the repository at this point in the history
  2. Rearrange Tiff Encodings List

    Refined the order of items in the dict 'OPEN_INFO'.
    zwhfly committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    46134f7 View commit details
    Browse the repository at this point in the history
  3. Add Tiff Encodings for 2/4 Bit Grayscale Images

    Added decoding support for 2/4 bit grayscale tiff images, including inverted and/or bit-order-reversed formats.
    zwhfly committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    aa0636d View commit details
    Browse the repository at this point in the history
  4. Add Tests for 2/4 bpp Tiff Grayscale Images

    Including inverted and/or bit-order-reversed formats.
    zwhfly committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    124bee0 View commit details
    Browse the repository at this point in the history