Skip to content

Fast native implementation of Flood fill algorithm for Android

License

Notifications You must be signed in to change notification settings

Euginius/Eugene_FloodFillNative_fast

Repository files navigation

🎨 Fast Flood and Fill Native library for Android

Fast native implementation of Flood fill algorithm for Android

This is fast native implementation based on original "threekkapps_library" but works 3 to 4 times faster and takes 10-20% less memory on execution

Sample app Screenshot

Usage:

      NativeLib.floodFill1(bitmap, event.x.toInt(), event.y.toInt(), selectedColor,tolerance)

Credits:
Based on "jnibitmap.cpp" file from https://github.com/mar3kk/threekkapps_library/
https://github.com/Euginius/threekkapps_library/

License

MIT License

About

Fast native implementation of Flood fill algorithm for Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published