Android-TiffBitmapFactory icon indicating copy to clipboard operation
Android-TiffBitmapFactory copied to clipboard

Results 27 Android-TiffBitmapFactory issues
Sort by recently updated
recently updated
newest added

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: ![Captura de pantalla 2024-04-17 150802](https://github.com/Beyka/Android-TiffBitmapFactory/assets/20387418/d4d664a8-861b-4f56-a914-8902d44d3a89) This is the one obtained by the conversions: ![image](https://github.com/Beyka/Android-TiffBitmapFactory/assets/20387418/56febfe9-63c0-4bd7-8d5a-975a37012f40) 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 <...