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

Android 16KB page sizes

Open ondree opened this issue 1 year ago • 3 comments

Hello @Beyka , do you plan to add suport for Android 16 KB page size? https://developer.android.com/guide/practices/page-sizes

ondree avatar Sep 25 '24 08:09 ondree

Hello, @ondree . Sorry for late answer. Project now is in hibernate state. Did you try to build library with APP_SUPPORT_FLEXIBLE_PAGE_SIZES := true flag in Application.mk?

Beyka avatar Oct 10 '24 07:10 Beyka

@ondree https://github.com/T8RIN/TiffDecoder

T8RIN avatar May 08 '25 23:05 T8RIN

@T8RIN Perfect, thank you!

ondree avatar May 26 '25 11:05 ondree

@ondree How did you include the new forked library in to your code?

ghanasr avatar Jul 21 '25 14:07 ghanasr

@ondree How did you include the new forked library in to your code?

You can use https://jitpack.io/#T8RIN/TiffDecoder/

johnchrisdc avatar Sep 17 '25 06:09 johnchrisdc

@ondree I didn't got your point could you please tell me what change should be done in my project to support 16kb page size .(android project)

Nagendra6209 avatar Oct 09 '25 09:10 Nagendra6209