从品牌网站建设到网络营销策划,从策略到执行的一站式服务
我就废话不多说了,大家还是直接看代码吧~
//Uri.parse("file://"+result.getImage().getCompressPath())) String path=uri.getPath(); Log.e("图片路径",path+""); SpannableString spannableString=new SpannableString(path); //方法一:通过uri把图片转化为bitmap的方法 Bitmap bitmap= BitmapFactory.decodeFile(path); int height= bitmap.getHeight(); int width= bitmap.getWidth(); Log.e("通过bitmap获取到的图片大小","width:"+width+"height"+height); //方法二:使用Options类来获取 BitmapFactory.Options options = new BitmapFactory.Options(); options.inJustDecodeBounds = true;//这个参数设置为true才有效, Bitmap bmp = BitmapFactory.decodeFile(path, options);//这里的bitmap是个空 if(bmp==null){ Log.e("通过options获取到的bitmap为空","==="); } int outHeight=options.outHeight; int outWidth= options.outWidth; Log.e("通过Options获取到的图片大小","width:"+outWidth+"height"+outHeight);
成都网站建设公司地址:成都市青羊区太升南路288号锦天国际A座10层 建设咨询028-86922220
成都快上网科技有限公司-四川网站建设设计公司 | 蜀ICP备19037934号 Copyright 2020,ALL Rights Reserved cdkjz.cn | 成都网站建设 | © Copyright 2020版权所有.
专家团队为您提供成都网站建设,成都网站设计,成都品牌网站设计,成都营销型网站制作等服务,成都建网站就找快上网! | 成都网站建设哪家好? | 网站建设地图