sangmingming / android-instagram-filter

a android image filter like instagram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

怎么编译运行啊?

xuxucode opened this issue · comments

使用android studio啊,如果需要用到自己的项目里面,就把library拷贝过去,然后sample的filter包和sample里面的图片资源拷过去就行了。

集成的过程中遇到了点问题: 有些图片太大,比如hudson_background.png有1.7M, 所有的nodpi图片将近10M,能不能缩小?缩小后效果是不是影响很大?

@EdwardAA 不可以缩小,因为滤镜的处理需要用到这些图。

新版Instagram (比如6.12.2)使用pkm格式来压缩大的png文件:assets/filters/hudson/blowout.pkm,文件大小一下子从原来的1.7M降为524K,效果很明显。这个库能否增加对pkm的支持?