-
Notifications
You must be signed in to change notification settings - Fork 5
/
README.txt
67 lines (41 loc) · 1.81 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++ OpenZoom is no longer being maintained nor supported +++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
--------------------------------------------------------------------------------
OpenZoom Nano
--------------------------------------------------------------------------------
Dependencies
------------
* OpenZoom SDK
<http://openzoom.org>
--------------------------------------------------------------------------------
Developed by
Daniel Gasienica
<http://gasi.ch/>
----------------------------------------------------------------------------
Powered by OpenZoom <http://openzoom.org/>
--------------------------------------------------------------------------------
License: MPL 1.1/GPL 3/LGPL 3
--------------------------------------------------------------------------------
Changelog
---------
0.9.1.1 (2010-03-27)
--------------------
* Split viewer into BasicOpenZoomViewer (chromeless) and OpenZoomViewer (UI).
* Switched to LicenseUtil for about context menu item.
0.9.1 (2009-11-29)
------------------
* Added support for setting intial viewport bounds through
viewportBounds HTML FlashVars, e.g.
<param name="flashvars" value="source=...&viewportBounds=0.2,0.5,0.5,0.4" />
Feature suggestion by Samuel Monnier.
* Fixed bug which prevented OpenZoomViewer from
being loaded into another SWF:
http://community.openzoom.org/openzoom/topics/load_openzoom_swf_in_another_flash_file
* Added README.txt
0.6.1.370 (2009-04-27)
----------------------
* Simple multiscale image viewer for Deep Zoom (DZI), Zoomify
and OpenZoom images. Specify source through HTML FlashVars, e.g.
<param name="flashvars" value="source=images/walrus.dzi" />