摘要: Android | Bitmap解析 Android中Bitmap是对图像的一种抽象。通过他可以对相应的图像进行剪裁,旋转,压缩,缩放等操作。这里循序渐进的一步步了解Bitmap的相关内容。 先了解Bitmap相关的API,然后根据API进一步了解内部的实现。 1.生成Bitmap BitmapFa 阅读全文
posted @ 2016-12-02 17:09 zharma 阅读(281) 评论(0) 推荐(0)