
android图像及动画处理
文章平均质量分 77
dazme886
Stay Hungry. Stay Foolish!
展开
-
Drawable Mutations(Android Drawable 深入分析)
转自http://www.cnblogs.com/lbeing/archive/2011/06/13/2080168.html 这篇文章帮助你更好了解Android's drawables对象,这篇文章描述现象你可以不知道,但是当你遇到了该问题也许一两天也不一定找到解决方案转载 2011-10-02 15:28:48 · 507 阅读 · 0 评论 -
android path对象使用方法与Region.Op的解释
转自:http://apps.hi.baidu.com/share/detail/24106971 这里解释一下android的path对象使用方法,以及Region.Op的各项解释。 我们以两幅图片的叠加操作来说明上面对象的详细使用方法。 现在我们有两张全屏大小的转载 2011-10-02 17:20:19 · 2337 阅读 · 1 评论 -
Android图片处理(Matrix,ColorMatrix)
转自Android图片处理(Matrix,ColorMatrix) 在编程中有时候需要对图片做特殊的处理,比如将图片做出黑白的,或者老照片的效果,有时候还要对图片进行变换,以拉伸,扭曲等等。 这些效果在android中有很好的支持,通过颜色矩阵(ColorMatr转载 2011-10-02 14:40:19 · 402 阅读 · 0 评论 -
GradientDrawable颜色渐变及圆角矩阵的应用
转自:http://www.imobilebbs.com/wordpress/?p=1620 GradientDrawable 支持使用渐变色来绘制图形,通常可以用作Button或是背景图形。 GradientDrawable允许指定绘制图形的种类:LINE,OVAL,R转载 2011-10-02 14:47:55 · 1355 阅读 · 0 评论 -
Drawable.mutate()的补充说明
转自http://blog.sina.com.cn/s/blog_5f8817250100m86s.html 前一段时间,我写一个自定义的ImageButton,其类名MyImageButton。它主要有以下功能: 1,显示文本,手动画上去的,能随意设置文字显示的位置。转载 2011-10-02 15:32:17 · 5645 阅读 · 0 评论 -
Android 画图Path的使用
转自http://blog.youkuaiyun.com/ssstudio/article/details/6749162 import android.app.Activity; import android.os.Bundle; import android.view.Vi转载 2011-10-02 16:39:27 · 699 阅读 · 0 评论