Skip to content

Commit c6b7109

Browse files
Update README.md
1 parent f631e17 commit c6b7109

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ This library was first introduced via StackOverflow, and many of the notes writt
2020
Please read it here:
2121
http://stackoverflow.com/questions/18250951/jni-bitmap-operations-for-helping-to-avoid-oom-when-using-large-images/18250952?noredirect=1
2222

23+
Starting from Android 11 (R - API 30), it seems to be possible to also decode the bitmaps right in JNI, so this might be handy to perform operations on it right away (though not sure how to do it) :
24+
https://developer.android.com/ndk/guides/image-decoder
25+
2326
## Screenshot
2427
Here's a sample of what can be done:
2528

0 commit comments

Comments
 (0)