You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.❤
The text was updated successfully, but these errors were encountered:
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.
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.❤
The text was updated successfully, but these errors were encountered: