https://github.com/atomotic/deepzoom-osd-server
Serve deepzoom images with openseadragon from zip archives
https://github.com/atomotic/deepzoom-osd-server
Last synced: 2 months ago
JSON representation
Serve deepzoom images with openseadragon from zip archives
- Host: GitHub
- URL: https://github.com/atomotic/deepzoom-osd-server
- Owner: atomotic
- License: unlicense
- Created: 2014-11-21T13:00:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-22T10:12:42.000Z (over 10 years ago)
- Last Synced: 2025-01-05T02:24:58.501Z (4 months ago)
- Language: Go
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
deepzoom-osd-server
===================Serve deepzoom images with [openseadragon](https://openseadragon.github.io/) from zip archives.
[vips](http://www.vips.ecs.soton.ac.uk/index.php?title=VIPS) (higher than 7.40.6) can be used to create zipped deepzoom images:
`$ vips dzsave big-image.jpg deepzoom-big-image.zip`## usage
### build
* install `gom` package manager
$ go get github.com/mattn/gom
* make
$ make
### run$ ./deepzoom-osd-server
if `./dzi` directory is missing will be created. copy inside a zipped deepzoom `deepzoom-big-image.zip` and browse athttp://localhost:8080/view/deepzoom-big-image
## License:* [Public Domain](LICENSE)