What is the best way to scale images in Java?

前端 未结 7 1098
时光取名叫无心
时光取名叫无心 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:01

    The best tool for image editing is ImageMagick and it is open source.

    There are two interfaces for the Java Language:

    JMagick which uses JNI interface to ImageMagick

    and

    im4java what is a command line interface for ImageMagick

提交回复
热议问题