How to resize .jpg images in Java?

Posted by Daeyun on Stack Overflow See other posts from Stack Overflow or by Daeyun
Published on 2010-04-08T18:35:36Z Indexed on 2010/04/08 18:43 UTC
Read the original article Hit count: 319

Filed under:
|

This is what I want to do:

Input: ArrayList that contains a bunch of .jpg URLs

  1. Download the image (using HttpURLConnection maybe?)
  2. Resize
  3. Save as xxx.jpg, locally

I don't know where to start. I'd appreciate if anyone can tell me what to study to do the steps 1~3.

© Stack Overflow or respective owner

Related posts about java

Related posts about image-manipulation