Android Bitmap 与 Drawable之间的区别和转换

Android Bitmap 与 Drawable之间的区别和转换,第1张

Bitmap - 称作位图,一般位图的文件格式后缀为bmp,当然编码器也有很多如RGB565、RGB888。作为一种逐像素的显示对象执行效率高,但是缺点带银困也很明显存储效率低。我们理解搏历为一种存储对象比较好。

Drawable - 作为Android平下通用的图形对象,它可以装载常用格式的图像,比如GIF、PNG、JPG,当然也支持BMP,当然还提供一些高级的可视化对象,比如渐变、图形等。

A bitmap is a Drawable. A Drawable is not necessarily a bitmap. Like all thumbs are fingers but not all fingers are thumbs.

Bitmap是Drawable . Drawable不一定是Bitmap .就像拇指是指头,但不是所有的指头都是拇指一样.

The API dictates: API规定:

Though usually not visible to the application, Drawables may take a variety of forms: 尽管通常情况下对于应用是不可见的蠢念,Drawables 可以采取很多形式:

Bitmap: the simplest Drawable, a PNG or JPEG image. Bitmap: 简单化的Drawable, PNG 或JPEG图像.

Nine Patch: an extension to the PNG format allows it to specify

information about how to stretch it and place things inside of it.

Shape: contains simple drawing commands instead of a raw bitmap, allowing it to resize better in some cases.

Layers: a compound drawable, which draws multiple underlying drawables on top of each other.

States: a compound drawable that selects one of a set of drawables based on its state.

Levels: a compound drawable that selects one of a set of drawables based on its level.

Scale: a compound drawable with a single child drawable, whose overall size is modified based on the current level.

通过 Resources 类来获得项目资源 Resources res = getResources()Drawable drawable = res.getDrawable(R.drawable.xxx)二. 从 XML 文件来定义图..Android中Drawable分类汇总_冶金/轮伏灶矿山/地质_工程科技_专业资料。Android中Drawable分类汇总And左可id把 制的厅模对象腊扮抽象 D左awab从e, 的图形图像资源就代...


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/tougao/12254197.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-24
下一篇 2023-05-24

发表评论

登录后才能评论

评论列表(0条)

保存