xyzlf / ShareSDK

分享SDK,包括微信、朋友圈,微博,QQ,QQ空间等渠道分享。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

分享微信图片质量压缩的太厉害,模糊的不行

TianGuisen opened this issue · comments

ShareByWeixin.shareImg
while (width * height > THUMB_SIZE * THUMB_SIZE) {
width /= 2;
height /= 2;
}
bitmap的大小和尺寸的大小貌似没有必然关系。