-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Support for reading 12 bit tiff images #416
Conversation
Current version looks good on bigendian/python2.7 |
Want me to merge this? |
I'm going to check on libtiff as well. I'm happy with what's there, there just might be more. |
…etting is in the imagefiledirectory
Ok. This looks like it's good now. Everything up to 9d06fa7 is for the 12bit tiffs, the rest is just letting me test them in libtiff without compressing them. Which entailed some overdue cleaning up and removal of the useless version of the compression variable, and adding flags to force operations into libtiff. I think it's solid. |
Merge from master -- should be clean now. |
Doh! Can you merge from master again? Sorry |
I think this might be merged into #417. |
Fixes #414.
x Needs tested on Bigendian systems.
x Should be tested with libtiff as well.