Generating TSP art from a stippled image
From Evil Mad Scientist Wiki
Introduction
Preliminaries
At this point, you should have a .pbm or .pts file containing the stippling information for the image you are working with. Without this information, you cannot proceed. See
for further details.
Also, you must already have installed a copy of Concorde TSP's linkern executable. See
for directions.
Finally, you need to obtain the latest versions of the following three files,
- tspart.py
- tspbitcity.py
- tspsolution.py
These three files are hosted at the Eggbot code site,
Download the lastest version of the tsp_art_tools zip file, tsp_art_tools_x_y.zip. After you unzip that file, you will see those three files within it. Copy those files to a convenient work directory.