Skip to main content
Home Forums Silverlight Programming Programming with .NET - General Uploading files into current deep zoom image.
3 replies. Latest Post by Maud on July 2, 2009.
(0)
maruzounaki
Member
36 points
114 Posts
06-29-2009 12:45 AM |
how can i add in more images into a current deep zoom image? Lets say, someone wants to add his/her image into the deep zoom image which is already created, and they will upload their image using file upload. once moderator approved, the picture will then be inserted into the deep zoom image automatically.
hoonius
283 points
54 Posts
06-29-2009 4:24 AM |
There are a couple of ways to do this. I have created an updatable DeepZoom collection toool which acts as a product catalogue, allowing admins to upload new images and product information as new produicts become available
It's inspired by a projects on codeplex called JellyFish
It has to take an image, tile it up for it's own deepzoom collection, then add it to a canvas of all the uploaded images and create the deepzoom collection everytime. There isn't really anotyher way of doing aside from dynamically tiling the images as they are requested, but this would casue extreme loading on the server so isn't advisable
The deletion and re-creation technique seems the easiest to manage in my eyes. Check the code out and post any questions you have here. I have diseccted the code quite deeply for my project
cheers
Tim
06-29-2009 10:52 PM |
thanks Tim.
Is there any source code for that? what I really want is to let anyone upload their image into the admin server, the admin will see if the image is appopriate then the admin will add in the image into the collection himself.
Maud
Contributor
3276 points
453 Posts
07-02-2009 5:15 AM |
Here is a thread discussing about create Deep Zoom at runtime
http://silverlight.net/forums/t/47766.aspx
check if it is useful