Hello everybody,
There is a nice feature in GWT (google web toolkit) that allows you to set a
directory of images. It then joins all of these images together and creates
a xml file of id's and coordinates.
The client code can then download the big image and use the xml reference to
display individual images as slices. This reduces the number of request made
to the server and means you can preload all of your images in one go.

I have already written the client code that works with a image i have made
using photoshop and a hand crafted xml file. What i want to do is to get
python to stitch all the images up into one and generate the xml file. My
first attempt will only stitch images of the same size and i want a
more intelligent stitcher.

If anyone else has already done this i would really appreciate an example.

thanks
toby

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to