Android-TiffBitmapFactory
Android-TiffBitmapFactory copied to clipboard
Specific questions
Hello, thank you for creating this powerful and useful library. I want a feature that displays the width and height of tiff photos and similar dds photos. If you can add it, thank you.❤
If you want to know info about tiff without decoding you can use
TiffBitmapFactory.Options()::inJustDecodeBounds field. Set it to true and call one of decode methods. It will fill all out field of option object without deciding if image.