It seems that you are using getImage to transfer the image back and forth.
Is there any particular reason to use the toolkit to fetch the image for processing?
You can perfectly fetch the image using a stream and then use a PixelGrabber to reconstruct the image in memory (and process it).
There are techniques for image transferring than using the toolkit.
Is it possible to send me over a snippet of code?
Dimitris
Warren Johnson wrote:
I have a web page that can be accessed with a browser (IE4 and Netscape)
called Build the Snowman. On the left frame is the beginning template of
the snowman on the right frame is stuff like clothes, hats, etc... On the
bottom you hit a button which then calls a cgi program sitting on the Redhat
5.2 server. In that cgi program, the image is transferred over to java to be
merged as one picture. After that I guess it's thrown back to the cgi
program to replace the image on the left side as the finished project.Originally this program was sitting on a SGI machine. The creator of this
program has long left this company. And I'm new to the whole Unix arena as
well as X-Servers, Java and CGI.I hope this helps.
-- Dimitrios Vyzovitis -- Information Processing Laboratory [EMAIL PROTECTED] -- Aristotle University of Thessaloniki [EMAIL PROTECTED] -- Dept. of Electrical and Computer Engineering http://egnatia.ee.auth.gr/~dviz