Zoomify

kratib - November 11, 2007 - 14:46

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 releasesDateSizeLinksStatus
5.x-1.02008-Feb-1910.48 KBRecommended for 5.xThis is currently the recommended release for 5.x.
Development snapshotsDateSizeLinksStatus
6.x-1.x-dev2008-Aug-2415.28 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.
5.x-2.x-dev2008-Aug-2415.33 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.
 
 

Drupal is a registered trademark of Dries Buytaert.