nfabre / deepzoom
Installs: 4 189
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 13
pkg:composer/nfabre/deepzoom
Requires
- php: >=5.3.8
This package is not auto-updated.
Last update: 2026-01-11 10:48:41 UTC
README
Installation
Just download
Test
To run the Deepzoom test suite, you need PHPUnit 3.5 or later.
TODOS
- Refactoring & PHP 5.3.2
- Use Dependency Injection (Add Descriptor Interface and Image Adapter Interface)
- Add "CollectionCreator"
- Add Stream Support, you can create Deep Zoom on Amazon S3 or Microsoft Azure Storage
Installation
-
Add the Deep Zoom Tools to your project as Git submodules:
$ git submodule add git://github.com/nfabre/deepzoom.php.git src/vendor/deepzoom
-
Exemple:
$deep = new ImageCreator(new File(),new Descriptor(new File()),new Imagick());
$deep->create(realpath('my/image.jpg'), 'my/deepzoom.dzi');