python3 _encoder.py -d "Hello world, a good day to everyone here, this is pa"
python3 -h
for more command
python3 ./_decoder.py -i Output.jpg
Image format allow, jpeg
, png
Currently only 52 characters can be encoded, error will happen if characters more than 52
Fast Delaunay triangulation of 2D points implemented in Python.
This code was ported from Mapbox's Delaunator Project (JavaScript).