文件名称:Android代码-LowPoly
文件大小:946KB
文件格式:ZIP
更新时间:2022-08-26 09:26:14
Android代码
LowPoly:A Tool for Generating Low Poly Photo LowPoly is implemented by JNI, so it's much faster than other in java. Like this: Including in your project There are two ways: 1.You can import the module lowpoly to your project by Android Studio 2.LowPoly is available in the MavenCentral, so getting it as simple as adding it as a dependency compile 'com.uniquestudio:lowpoly:1.0.2' Usage Bitmap out = LowPoly.generate(Bitmap bitmap, int gradientThresh); Larger the param gradientThresh is, more
【文件预览】:
LowPoly-master
----gradlew(5KB)
----settings.gradle(27B)
----art()
--------mooncake.jpg(223KB)
--------captain.jpg(388KB)
----gradle()
--------wrapper()
----README.md(2KB)
----gradlew.bat(2KB)
----gradle.properties(886B)
----.gitignore(102B)
----app()
--------src()
--------.gitignore(7B)
--------build.gradle(749B)
--------proguard-rules.pro(637B)
----lowpoly()
--------src()
--------.gitignore(7B)
--------build.gradle(788B)
--------proguard-rules.pro(637B)
----build.gradle(550B)