Zoomify
V2.0 is Python-free!
This module integrates the Zoomify component (http://www.zoomify.com)
into Drupal. Zoomify is a Flash application that displays large
images by allowing to pan and zoom into them. Images are first
preprocessed in order for Zoomify to work.
The integration into Drupal is done by detecting images within nodes.
When the module detects that a new image has a resolution larger than
some preset size, it invokes the preprocessing script that cuts up the image
into tiles. It also adds a tab to the node that displays a new page
containing the Zoomify Flash viewer. The preprocessing script was derived
from work by Wes Wright and published by Justin Henry.
The following image types are currently handled:
* Image nodes
* CCK nodes with image fields (including imagecache effects and views)
INSTALLATION
After unpacking the zoomify module, download the latest Flash Zoomify Viewer
component (currently at http://www.zoomify.com/downloads/products/development/zoomifyViewerV4200...),
unzip it in the module's folder and rename the Flash (SWF) file to zoomifyViewer.swf
EXTENDABILITY
The module can be extended for other types of image-bearing modules through the new
hook_images($node) function that returns an array($fid => $filepath) of files found in the
given node. Refer to zoomify_imagefield.module for an example.
Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 5.x-1.0 | 2008-Feb-19 | 10.48 KB | Download · Release notes | Recommended for 5.x | |
| Development snapshots | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.x-dev | 2008-Aug-24 | 15.28 KB | Download · Release notes | Development snapshot | |
| 5.x-2.x-dev | 2008-Aug-24 | 15.33 KB | Download · Release notes | Development snapshot | |
