Skip to main content

Microsoft Silverlight

Uploading files into current deep zoom image.RSS Feed

(0)

maruzounaki
maruzounaki

Member

Member

36 points

114 Posts

Uploading files into current deep zoom image.

 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
hoonius

Member

Member

283 points

54 Posts

Re: Uploading files into current deep zoom image.

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

maruzounaki
maruzounaki

Member

Member

36 points

114 Posts

Re: Re: Uploading files into current deep zoom image.

 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
Maud

Contributor

Contributor

3276 points

453 Posts

Re: Re: Uploading files into current deep zoom image.

Here is a thread discussing about create Deep Zoom at runtime

http://silverlight.net/forums/t/47766.aspx

check if it is useful

Maud
  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities