Jimage input output
npublic void putJPEGImage(
n            java.lang.String fileName,
n            int quality)
n                  throws java.io.IOException
–Outputs the image to a jpeg file
npublic boolean getImage(java.lang.String fileName)
–Initialise the Jimage from the specified file. The file must be jpeg or gif.
n