如图:
if ((ratio = width * height / 4000000) > 1 ) {
ratio = Math.sqrt(ratio);
width /= ratio;
height /= ratio;
}
如图:
if ((ratio = width * height / 4000000) > 1 ) {
ratio = Math.sqrt(ratio);
width /= ratio;
height /= ratio;
}
6 回答2.9k 阅读✓ 已解决
8 回答4.6k 阅读✓ 已解决
6 回答3.3k 阅读✓ 已解决
5 回答2.8k 阅读✓ 已解决
6 回答2.3k 阅读
5 回答6.3k 阅读✓ 已解决
4 回答2.2k 阅读✓ 已解决
做的是等比压缩吗?还是质量度压缩出现这种情况?