文件名称:Android代码-Make mosaic effect on android 马赛克效果
文件大小:341KB
文件格式:ZIP
更新时间:2022-08-25 23:31:42
Android代码
ProMosaic Make mosaic for image on android. Features Select Mode Follow finger Select rectangle Effect Mode Grid color based on original image Blur Image Pure grey color Usage Use MosaicView as normal android view: Set properties in java code mvImage.setSrcPath(filePath); mvImage.clear(); mvImage.setEffect(Effect.BLUR); mvImage.setMosaicColor(0xFF4D4D4D); mvImage.setMode(Mode.PATH); Demo Contact me Any further question? Email me please! License Copyright 2014 Dawson Dong Licens
【文件预览】:
ProMosaic-master
----.project(812B)
----project.properties(563B)
----src()
--------me()
----AndroidManifest.xml(918B)
----res()
--------drawable-hdpi()
--------layout()
--------values()
----README.md(2KB)
----.classpath(466B)
----.gitignore(105B)