<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to TechnicalNotes</title><link>https://sourceforge.net/p/dezoomify/wiki/TechnicalNotes/</link><description>Recent changes to TechnicalNotes</description><atom:link href="https://sourceforge.net/p/dezoomify/wiki/TechnicalNotes/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 04 Oct 2011 01:06:47 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/dezoomify/wiki/TechnicalNotes/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage TechnicalNotes modified by inductiveload</title><link>https://sourceforge.net/p/dezoomify/wiki/TechnicalNotes/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,15 +1,24 @@
 Dezoomify uses the Python language to organise and execute the downloading of the image tiles, and jpegtran to stitch them together losslessly.
 
 ##Zoomify hierarchy##
-The script is currently designed to grab images from the BaseDirectory/TileGroupX/DEPTH-COL-ROW.jpg locations, and will search these locations automatically. The information about the number of tiles, tile size, etc is gathered or derived from BaseDirectory/ImageProperties.xml.
-
+
+Zoomify objects present on one page (let's say `www.site.org/gallery/zoomify_page_1.html`) draw on resources in another part of the site to construct the image. These resources are:
+
+* The Zoomify tiles, little square images that are pieced together to make the image you see in the Flash applet. The are divided into folders (TileGroups) of 256 tiles.
+* The ImageProperties.xml file, which holds vital information used in constructing the image (i.e. width and height)
+
+The image folders and the XML file are contained in a "base directory". This is an entirely separate web directory, and could even be on a different website! Let's say our example base directory is `www.site.org/images/zoomify/1/`. The XML file is then located at `www.site.org/images/zoomify/1/ImageProperties.xml`, and image tiles are at `www.site.org/images/zoomify/1/TileGroup0/0-0-0.jpg` and so on.
+
+So, the base directory is the important location. Dezoomify will get all the data and images from there, and the display page is just the gateway page that Dezoomify uses to find the base directory to make your life easier.
+
 The Zoomify hierarchy looks like this:
 
-* /BaseDirectory/
-    * /ImageProperties.xml (contains info about the number of tiles and tile size)  
-    * /TileGroup0/ (contains first 256 tiles)   
-        * 0-0-0.jpg
-        * 0-0-1.jpg..........
-    * /TileGroup1/ (contains next 256 tiles) 
-        * X-X-X.jpg
+* `/BaseDirectory/`
+    * `/ImageProperties.xml` (contains info about the number of tiles and tile size)  
+    * `/TileGroup0/` (contains first 256 tiles)   
+        * `0-0-0.jpg`
+        * .....
+    * `/TileGroup1/` (contains next 256 tiles) 
+        * `X-X-X.jpg`
+    * .....
  
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">inductiveload</dc:creator><pubDate>Tue, 04 Oct 2011 01:06:47 -0000</pubDate><guid>https://sourceforge.net9ddf1a023816df0d0a671373276d30b1597dc22c</guid></item><item><title>WikiPage TechnicalNotes modified by inductiveload</title><link>https://sourceforge.net/p/dezoomify/wiki/TechnicalNotes/</link><description>Dezoomify uses the Python language to organise and execute the downloading of the image tiles, and jpegtran to stitch them together losslessly.

##Zoomify hierarchy##
The script is currently designed to grab images from the BaseDirectory/TileGroupX/DEPTH-COL-ROW.jpg locations, and will search these locations automatically. The information about the number of tiles, tile size, etc is gathered or derived from BaseDirectory/ImageProperties.xml.

The Zoomify hierarchy looks like this:

* /BaseDirectory/
    * /ImageProperties.xml (contains info about the number of tiles and tile size)  
    * /TileGroup0/ (contains first 256 tiles)   
        * 0-0-0.jpg
        * 0-0-1.jpg..........
    * /TileGroup1/ (contains next 256 tiles) 
        * X-X-X.jpg
 </description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">inductiveload</dc:creator><pubDate>Tue, 04 Oct 2011 01:03:20 -0000</pubDate><guid>https://sourceforge.neta63fb92daa3820a8b6e7b7210ef2a8a038f09cb0</guid></item></channel></rss>