How do you create a thumbnail image out of a JPEG in Java?

后端 未结 13 2306
日久生厌
日久生厌 2020-11-29 16:51

Can someone please help with some code for creating a thumbnail for a JPEG in Java.

I\'m new at this, so a step by step explanation would be appreciated.

13条回答
  •  情歌与酒
    2020-11-29 17:28

    The JMagick library (and implementation of ImageMagick in Java) will have what you need.

提交回复
热议问题