What is the best way to scale images in Java?

前端 未结 7 1069
时光取名叫无心
时光取名叫无心 2020-12-30 06:14

I have a web application written in Java (Spring, Hibernate/JPA, Struts2) where users can upload images and store them in the file system. I would like to scale those images

相关标签:
7条回答
  • 2020-12-30 07:02

    Look into also to java-image-scaling library. It created better quality images that ImageIO.

    0 讨论(0)
提交回复
热议问题