Skip to content

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

@TianGuisen

Description

@TianGuisen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions