sWangTiler
A java implementation that generates wang tiles from any input image.
...This implementation is based on the strict wang tile algorithm as proposed by Xinyu Zhang and Young J. Kim in "Efficient Texture Synthesis Using Strict Wang Tiles". In order to calculate the lowest cost path between any edge- and sample image an implementation of Dijkstra's algorithm is used which was found in the java graph library 'JGraphT'.
Credits to all mentioned parties and to http://www.texturemate.com/.