Skip to content

Commit 30f7883

Browse files
2 parents 98c1859 + fa9cc08 commit 30f7883

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ 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+
## Screenshot
24+
Here's a sample of what can be done:
25+
26+
![animated demo](https://raw.githubusercontent.com/AndroidDeveloperLB/AndroidJniBitmapOperations/master/demo.gif)
27+
28+
## Known issues
29+
It's very annoying to import the library. I personally haven't succeeded doing so on Android-Studio, but on Eclipse it has issues, and on some cases, when you open the C/C++ file, it shows errors (even if it succeeded building a moment before). If this happens, try to close and open the library project and don't open the C/C++ file unless you wish to edit it.
30+
2331
## Missing features (TODO)
2432

2533
The things I think this library should have :
@@ -31,6 +39,7 @@ The things I think this library should have :
3139
5. face detection
3240
6. rotation by any angle.
3341
7. other basic operations that are available on the Android framework.
42+
8. Make more optimizations, perhaps by investigating the numebr of cache-misses, which is the biggest "enemy" for image manipulations in case of large bitmap. See [**this link**][3] for more information.
3443

3544
## How to import the library project
3645
### Eclipse
@@ -93,3 +102,5 @@ You now should be able to use `JniBitmapHolder` to process images on NDK side.
93102
[1]: http://stackoverflow.com/questions/22263253/how-to-correctly-import-an-android-library-with-jni-code/22956790?noredirect=1#comment35057887_22956790
94103
95104
[2]: https://developer.android.com/tools/sdk/ndk/index.html
105+
106+
[3]: http://www.powershow.com/view/29fcd-NjRmN/Fast_matrix_multiplication_Cache_usage_powerpoint_ppt_presentation

0 commit comments

Comments
 (0)