Beyka / Android-TiffBitmapFactory

MIT License
131 stars 46 forks source link

Specific questions #55

Open Arashvscode opened 1 year ago

Arashvscode commented 1 year ago

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.❤

Beyka commented 1 year ago

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.