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

后端 未结 13 2293
日久生厌
日久生厌 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:33

    I have created a application called fotovault (sourceforge.net) which can upload images and create thumbnails in java using imagej apis.

    Please read my blog below

    http://www.gingercart.com/Home/java-snippets/create-image-thumbnail-in-java-using-imagej-api

提交回复
热议问题