Hi,

I have written a GWT client that among other things requests images
that are generated server-side. To conserve bandwith and server CPU, I
would like to cache the images in an url -> image map. To do that
properly, I would need to be able to copy an image as in final Image
myImage = new Image(cache.get(url));

Is this possible?

Regards,
  Anders S. Johanse, ange.dk

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to