Example implementations using python-pathfinding
Create a map from and image and run a path finding algorithm on it (requires PIL/Pillow).
You can all it with an input and output file like this:
cd examples/
python3 image_pathfinding.py -i map.png -o foo.png