How can I compress images using java?

前端 未结 3 1123
闹比i
闹比i 2020-12-17 10:49

From pagespeed I am getting only image link and possible optimizations in bytes & percentage like, Compressing and resizing https://example.com/…ts/xyz.jpg?036861 could

3条回答
  •  不思量自难忘°
    2020-12-17 11:17

    As a solution for this problem I can recommend the API of TinyPNG.
    You can use it for compressing as well as resizing the image.

    Documentation: tinypng.com/developers/reference/java

提交回复
热议问题