-
May I know how to use this library to convert to TIFF to android bitmap? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
bosborn
Jan 5, 2022
Replies: 2 comments 8 replies
-
Here is an example of converting a RBG tiff (example) to a Bitmap
|
Beta Was this translation helpful? Give feedback.
3 replies
-
That tiff file has predictor compression (in addition to LZW). Predictor decoding is currently not implemented. Until implemented, here is a workaround that worked for your image:
|
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
Jimex
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That tiff file has predictor compression (in addition to LZW). Predictor decoding is currently not implemented.
Until implemented, here is a workaround that worked for your image: