https://github.com/atomotic/szi
SZI tools
https://github.com/atomotic/szi
deepzoom openseadragon pdf vips
Last synced: 18 days ago
JSON representation
SZI tools
- Host: GitHub
- URL: https://github.com/atomotic/szi
- Owner: atomotic
- Created: 2025-10-28T08:53:44.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-10-28T09:12:10.000Z (3 months ago)
- Last Synced: 2025-10-28T11:16:46.455Z (3 months ago)
- Topics: deepzoom, openseadragon, pdf, vips
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# szi
SZI tools
## Viewer
[OpenSeadragon](https://github.com/openseadragon/openseadragon) with [SZI Tile Source](https://github.com/sundogbio/szi-tile-source)
```
https://atomotic.github.io/szi/?szi-content={REMOTE_SZI}
```
[example](https://atomotic.github.io/szi/?szi-content=https://pub-0f1c9e6ddb92456a85802303778fa724.r2.dev/szi/radical-software-1-5.szi)
Note: The CORS configuration on the remote SZI file needs to expose the `Content-Range` header.
## PDF to bookgrid
Convert a PDF to a grid image (require VIPS and mupdf-tools)
```
./pdf-to-szi.sh
Error: Usage: ./pdf-to-szi.sh
```