Skip to content

Releases: esimov/triangle

v1.1.0

20 Apr 08:52
Compare
Choose a tag to compare
  • Support for transparent images #12
  • Moved to Go mod versioning system
  • Support for newer Go versions in travis.yml

v1.0.5

15 Apr 09:52
Compare
Choose a tag to compare
  • Support for transparent images #12

v1.0.4

12 Mar 11:56
Compare
Choose a tag to compare
  • Fixing index out of range error for images less then 2px height

v1.0.3

04 Mar 15:46
Compare
Choose a tag to compare
  • 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

24 Feb 15:22
b52803a
Compare
Choose a tag to compare
  • Support for SVG export
  • Support to access svg output via web browser
  • Code refactoring to conform with Golang linter

v1.0.1

12 Feb 11:45
Compare
Choose a tag to compare
  • Export triangulated images to *.png files.
  • Can convert multiple images from the specified directory.
  • Included build scripts.