Android-TiffBitmapFactory
Android-TiffBitmapFactory copied to clipboard
When we switched from Android Gradle plugin 4 to 7 we faced with the follow compilation issues: Kotlin also was switched from 1.4.21 to 1.6.10 Android build tool version: 30.0.3...
Hi Aleksey, I'm sorry... I'm having difficulty, due to my lack of understanding of how to implement the Android-TiffBitmapFactory with webview. I reviewed all the previous issues here on github,...
I have a jetpack compose app with the following logic that triggers to allow user to select an image from the gallery and then copies it to cache: > val...
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...
This is the tiff image:  This is the one obtained by the conversions:  The person generates tif and pdf, the same thing happened to...
Hello @Beyka , do you plan to add suport for Android 16 KB page size? https://developer.android.com/guide/practices/page-sizes
i load a large tiff, 300mb/2gb,and set decodearea(1000,100,1080,1600),samplesize=1 i discovery decode cos 7seconds in method: jint *NativeDecoder::getSampledRasterFromStripWithBounds(int inSampleSize, int *bitmapwidth,int *bitmapheight) { //start for (int i = 0; (i <...