Esimov Triangle Versions Save

Convert images to computer generated art using delaunay triangulation.

v1.1.0

4 years ago
  • Support for transparent images #12
  • Moved to Go mod versioning system
  • Support for newer Go versions in travis.yml

v1.0.5

4 years ago

v1.0.4

5 years ago
  • Fixing index out of range error for images less then 2px height

v1.0.3

5 years ago
  • Support for processing pixels as input
  • Remove SVG command line option, the CLI can detect automatically the output format from the file extension
  • Include the web protocol into the localhost url

v1.0.2

6 years ago
  • Support for SVG export
  • Support to access svg output via web browser
  • Code refactoring to conform with Golang linter

v1.0.1

6 years ago
  • Export triangulated images to *.png files.
  • Can convert multiple images from the specified directory.
  • Included build scripts.