Posted By:
Elena_Santander
Posted On:
Wednesday, March 12, 2003 07:56 AM
Hi,
I have to generate an image that is composed for many images, but when I read the first "litle" image....failed.
The surce code is:
URL url = new URL (Filename);
BufferedImage bi = ImageIO.read(url);
My "litle" image is in a Linux machine an I want to generate the "big" image in this server...
Can anyone help me?
How can I combine all the "litle" images in a "big" image?
Regards,
Elena.