Allows to perform various simple operations on bitmaps via JNI , while also providing some protection against OOM using the native Java environment on Android
This library is currently fully based on a post I've made on StackOverflow here: http://stackoverflow.com/questions/18250951/jni-bitmap-operations-for-helping-to-avoid-oom-when-using-large-images/18250952?noredirect=1
Please read all of its notes.