Re: Sending Desktop image
Posted By:
Gautam_Marwaha
Posted On:
Monday, December 2, 2002 12:51 AM
Don't know if this is any better...
You could write this into a file and then transfer it to another computer - maybe even zip it before you transfer.
class java.imageio.ImageIO (jdk 1.4) has a static method write(RenderedImage im, String formatName, File output) which can write the BufferedImage to a physical file like in a jpg format