forked from nfabre/deepzoom.php
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
55 lines (33 loc) · 1.19 KB
/
README
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
--------------------------------------------------------------------------------
PHP Deep Zoom Tools
--------------------------------------------------------------------------------
Installation
------------
* Just download
Dependencies
------------
* Image Library http://phpthumb.gxdlabs.com/
* GD2
--------------------------------------------------------------------------------
Developed by
Nicolas Fabre
----------------------------------------------------------------------------
Powered by OpenZoom <http://openzoom.org/>
--------------------------------------------------------------------------------
License: New BSD Licence
<http://www.opensource.org/licenses/bsd-license.php>
--------------------------------------------------------------------------------
Changelog
---------
0.1.0 (2009-11-24)
------------------
First release. DeepZoom for PHP :)
--------------------------------------------------------------------------------
TODO
---------
* Add "CollectionCreator"
* Add Dependency Injection
* Improve performance
* Add PhpUnit tests suite
* Migrate to PHP 5.3.x