Re: write an image file from Image Object
Posted By:
narender_reddy
Posted On:
Monday, May 24, 2004 02:16 AM
Till java 1.3 there was no way to write an image. but 1.4 enables it's dear users to write by providing a class called ImageIO.write() method. try typing this google to get more info...