DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: Zoomify

Created:2010-02-18T17:33:18
Changed by:Helmut Schleyer
Changed:2010-03-21T10:34:25.540000000
Classification:mt_zoomify
Description:The keywords help with categorizing and tagging of the manuals. You can combine two or more keywords and add additional keywords yourself. Please use at least one keyword from both lists. If your manual is NOT in english, see next tab "language" ---- forEditors (use this for editors / german "Redakteure") forAdmins (use this for Administrators) forDevelopers (use this for Developers) forBeginners (manuals covering TYPO3 basics) forIntermediates (manuals going into more depth) forAdvanced (covering the most advanced TYPO3 topics) see more: http://wiki.typo3.org/doc_template#tags ----
Keywords:zoomify, zoomable Pictures
Author:Helmut Schleyer
Email:schleyer@metatalk.de
Info 4:
Language:en

img-1 img-2 EXT: Zoomify - mt_zoomify

EXT: Zoomify

Extension Key: mt_zoomify

Language: en

Keywords: zoomify, zoomable Pictures

Copyright 2000-2010, Helmut Schleyer, <schleyer@metatalk.de>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.org

Table of Contents

EXT: Zoomify 1

`Introduction 3 <#1.1.Introduction|outline>`_

What does it do? 3

Screenshots 3

`Users manual 4 <#1.2.Users%20manual|outline>`_

FAQ 4

`Administration 5 <#1.3.Administration|outline>`_

FAQ 5

`Configuration 6 <#1.4.Configuration|outline>`_

Reference 6

`Tutorial 7 <#1.5.Tutorial|outline>`_

`Known problems 8 <#1.6.Known%20problems|outline>`_

`To-Do list 9 <#1.7.To-Do%20list|outline>`_

`ChangeLog 10 <#1.8.ChangeLog|outline>`_

Introduction

What does it do?

Adds the Zoomify-Viewer to TYPO3.

You can also use and configure some Zoomify-Design-Viewers. In this case you have to upload the correspondending (swf-) players to your server manually.

Supported Viewers: Express, Design, Full Screen and Watermark-Viewer.

It only embeds the converted images. To convert your images you have to download the (free) converter from zoomify.com (available for Win and Mac).

Screenshots

Backend:

img-3

img-4

Frontend: Please have a look at http://www.zoomify.com/

Users manual

Install the extension

Convert your image with the Zoomify Converter ( http://www.zoomify.com/express.htm )

Upload the whole folder somewhere into fileadminHint: Drag Drop Mass Upload (ameos_dragndropupload) makes this job very comfortable

On the desired Page, add a new content Element, Plugins → Zoomify

In the tab “Plugin” you have to select the image path.

Optional you can set width and height and many other options.

If you use the Design Viewer, upload the .swf-files somewhere into fileadmin and set the path in the extension

With the free Zommify Express viewer, you can only use the options in the first Tab (“Plugin”)

FAQ

No questions yet

Administration

  • Most of the configuration option could be set globally via TypoScript (except check and dropdown-fields).
  • If an option is set in Flexform, it overrides the TS-Setup.

FAQ

No questions yet

Configuration

Reference

These options could be used with the free Express-Viewer

width

Property

width

Data type

int

Description

Default width, can be overwritten in the flexform

Default

600

height

Property

height

Data type

int

Description

Default height, can be overwritten in the flexform

Default

400

bgcolor

Property

bgcolor

Data type

string

Description

Default

wmode

Property

wmode

Data type

int

Description

0 = window1 = opaque2 = transparent

Default

0

If you want to use the following options you have to buy and upload the Design Viewer:

width

Property

width

Data type

int

Description

Default width, can be overwritten in the flexform

Default

600

height

Property

height

Data type

int

Description

Default height, can be overwritten in the flexform

Default

400

viewerId

Property

viewerId

Data type

int

Description

0 = ZoomifyViewer.swf1 = ZoomifyDesignViewer.swf2 = ZoomifyFullScreenViewer.swf3 = ZoomifyWatermarkViewer.swf

Default

0

viewerPath

Property

viewerPath

Data type

string

Description

Path to the ZoomifyViewer.swf

Default

EXT:/res

All other options (zoomifySplashScreen, zoomifyToolbarLogo...) of the Design-Viewers are identical to the swf-params of the Viewers. Have a look at the Zoomify manual you received.

((generated))
Example
plugin.tx_mtzoomify_pi1 {
    width = 700
    height = 500
}

Known problems

none

To-Do list

Integrate more viewers from Zoomify

ChangeLog

  • 04.03.2010 initial release
  • 20.03.2010 Many configuration options for some Design-Viewers

9