缩小图像尺寸使用COM pression不改变尺寸尺寸、不改变、图像、COM

2023-09-07 10:26:10 作者:爱情废柴

如何降低图像大小而不改变图像尺寸(高度和宽度应该是相同的)。在Android的我怎样才能做到这一点?。我希望减少image.I的质量要超过network.So大小发送应smaller.I需要类似的https://play.google.com/store/apps/details?id=com.shoozhoo.imageresizer&hl=en

How to reduce Image Size without changing image dimensions(Height and width should be same).In android How can i do this?.I want to reduce the quality of image.I want to send it over the network.So size should be smaller.I need a functionality similar to https://m.xsw88.com/allimgs/daicuo/20230907/5076.png.jpg") ; bm.compress(Bitmap.CompressFormat.JPEG, 80 /* this is the quality parameter */, out) ; out.flush() ; out.close() ; } catch (Exception e) {}

下面的质量参数设置为80,用你选择的一个或给你正确的文件大小。

Here the quality parameter is set to 80, use one of your choosing or giving you the correct file size.