Esimov Triangle Versions Save

Convert images to computer generated art using delaunay triangulation.

v2.0.0

2 years ago
  • New v2.0.0 major release
  • Includes all the changes from v1.3.0
  • CLI flag updates

v1.3.0

2 years ago
  • Fixed overlapping/excessive triangles #23
  • Implemented new logic for better visual output.
  • A completely rewritten API which follows to the code segregation principle. The triangle generation process now is completely decoupled from the image decoding and encoding operation.
  • New options for more advanced customization.
  • Extended the CLI with new parameters.

v1.2.5

2 years ago
  • Do not apply the blurring method in case the blur radius is less then 1 [fixed #21].

v1.2.4

2 years ago
  • Fixed missing Draw function interface
  • Limited the blur radius value to max 254 to avoid invalid memory address #20

v1.2.3

2 years ago
  • CLI: improved the progress indicator with a better visual appearance, fixed glitches on parallel execution, included a custom indicator when the process is finished.

v1.2.2

3 years ago
  • CLI support for pipe commands (possibility to pipe in and pipe out the source and destination image).
  • Adjusting the visual appearance of message types.

v1.2.1

3 years ago
  • Support for processing image URLs directly. Now you can give an URL as input file for the -in flag.
  • Limit the number of workers running concurrently.
  • Code cleanup & refactoring

v1.2.0

3 years ago
  • Major speed improvement by processing the directory tree concurrently.
  • Extending the supported CLI flags.
  • Better CLI flags documentation
  • Code refactoring

v1.1.2

3 years ago
  • Performance improvements (#14)
  • Export useful fields and functions (#15)

v1.1.1

4 years ago
  • Changed flags