[JAVA2D] How to dump the a java2d image in file .

2006-06-13 Thread Deepak Jain
Hi, I am completely lost with Java2d. I have some how managed to construct a composite image and i dont understand how i did it. Please find the code below, I was working on one of ur examples.Now i need to dump this composite image to a temp file so that i can display it on the web-browser using

Re: [JAVA2D] How to dump the a java2d image in file .

2006-06-13 Thread Andrew Brygin
Hi Deepak, What version of jdk are you using? ImageIO plugin for writing GIF images is available only starting from jdk 6.0 b39. If you are using older version please try latest jdk 6.0 beta. Also note that GIF image format directly supports only images with color palette. You are