An open API service indexing awesome lists of open source software.

https://github.com/dmitryulyanov/large-image-viewer

Browser-based image viewer with a support of arbitrary large images
https://github.com/dmitryulyanov/large-image-viewer

flask image-viewer python

Last synced: about 1 year ago
JSON representation

Browser-based image viewer with a support of arbitrary large images

Awesome Lists containing this project

README

          

# Large image viewer
This is web-based image viewer with a support of arbitrary large images. The image is first broke down into small patches at multiple scales. It allows to load image by parts, exactly as Google Maps loads only part of the map that you look at, at resolution you have.




# Usage

Install `python3`, `flask`, `gevent`, `numpy` and `opencv-python`. (Or use `pip install -r requirements.txt`)

Start viewer with
```
python viewer.py
```

Then open browser at `http://localhost:5123/`, select an image and wait until it is tiled.

# References
[Kaggle plankton visualization](https://github.com/ebenolson/kaggle-ndsb-visualization)

[Polymaps](http://polymaps.org/ex/)