Creates a new bitmap, scaled from an existing bitmap.
①src 对资源src进行缩放
②dstWidth 缩放成宽dstWidth
③dstHeight 缩放成高dstHeight
④filter 过滤
bitmap_createScaledBitmap的方法
原文:http://www.cnblogs.com/dukc/p/5117268.html