Arrange images in a Quad Graph
Organizing the images of the world
a way to organize image in a spatial 2D layout.
It is a directed cyclic graph where every node has either 0 or 4 edges.
Each node may or may not have an image on them.
One can imagine this as a quad tree (although cycles are possible), and you are looking from the bottom.
Each child gets a quadrant. If a child has an image it covers the parent image in that quadrant.
If a node doesn’t have an image it is invisible.
KaiiMap Gallery is a website created that uses GraphMap and OpenSeadragon.
You can use pip to install the stable version
pip install graphmap
If you want to install the latest directly from github you can use
pip install git+https://github.com/abhishekraok/GraphMap
Contributions are welcome.
Please have unit tests.