Releases: esimov/triangle
Releases · esimov/triangle
v1.1.0
- Support for transparent images #12
- Moved to Go mod versioning system
- Support for newer Go versions in travis.yml
v1.0.5
- Support for transparent images #12
v1.0.4
- Fixing index out of range error for images less then 2px height
v1.0.3
- 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
- Support for SVG export
- Support to access svg output via web browser
- Code refactoring to conform with Golang linter
v1.0.1
- Export triangulated images to
*.png
files.
- Can convert multiple images from the specified directory.
- Included build scripts.