How to compress jpg image?

前端 未结 2 1794
别跟我提以往
别跟我提以往 2021-01-06 06:14

I have jpg image format with size of 3300K.

I try to compress the image => so i changed the image size but still i have very big size of the file ( ~ 800K )

2条回答
  •  一整个雨季
    2021-01-06 06:36

    JPG images are already compressed.

    You can try to decrease size of image using different algorithm of compression of decrease quality of image.

    In this case try to set of CompositingQuality or SmoothingMode properties to better (for you) values -- maybe there are others properties which can help.

提交回复
热议问题