Tag Updater

Tag Updater outputTag Updater is a small command-line tool to use with Deep Zoom Composer and a Silverlight 2.0 viewer. It reads the image metadata (Title, Keywords(tags), Description, Rating) from your JPG photos and makes it viewable in a Silverlight 2.0 viewer.

It is BASED ON Kirupa's Tag Sample and a couple of blog posts about building on the tag sample to enable mulitple tags, and adding a Deep Zoom 'tag cloud' that doesn't require WebClient/permissions.

It only works if you:

Download

Download the Tag Updater 0.1 beta Command Line tool here: TagUpdater_v0.1.zip (126kb)

It contains:

  • TagUpdater.exe - run from the command line
  • DeepZoomMetadatasTestPage.html - 'test page' (to be copied manually into ClientBin folder)
  • DeepZoomMetadata.xap - 'test Silverlight 2.0 package' (to be copied manually into ClientBin folder)

There are detailed instructions on how to use Tag Updater.

If you are a developer, the Command Line application C# source is available (13kb). The source for the Tag-aware Silverlight application should be grabbed from the Tag Sample and modified according to these instructions.