What is the best way to scale images in Java?

前端 未结 7 1077
时光取名叫无心
时光取名叫无心 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.

提交回复
热议问题