Saturday 31 August 2013

Java resize image from an URL?

Java resize image from an URL?

I want to resize the an image from an URL to 50x50 px.
This is how i load the image:
jLabel1.setIcon(new javax.swing.ImageIcon(new
URL("http://url.com/picture.jpg")));
How can i make picture.jpg 50x50px ?
Any ideas?

No comments:

Post a Comment