File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ Simple raster image tracer and vectorizer written in Java for desktop. See https
66by András Jankovics
77
88This is a port of imagetracer.js: https://github.com/jankovicsandras/imagetracerjs
9+
10+ ### 1.1.5
11+
12+ - Updated to Java 17 (reformats all code)
13+ - Added module-info.java
14+ - removed use of deprecated new Integer(x) constuctor
15+
916### 1.1.4
1017
1118- No changes in algorithm
@@ -43,7 +50,7 @@ Warning: if the outfilename parameter is not specified, then this will overwrite
4350Basic usage:
4451``` bash
4552mvn package
46- java -jar target/ImageTracer-1.1.4 .jar smiley.png
53+ java -jar target/ImageTracer-1.1.5 .jar smiley.png
4754```
4855
4956With options:
@@ -56,7 +63,7 @@ java -jar ImageTracer.jar smiley.png outfilename output.svg ltres 1 qtres 1 path
5663#### No Project Management tool:
5764
58651 . Build library
59- 2 . Copy ``` ImageTracer-1.1.4 .jar ``` from the output directory to your project's library folder
66+ 2 . Copy ``` ImageTracer-1.1.5 .jar ``` from the output directory to your project's library folder
60673 . Add it to your build path.
6168
6269#### Maven:
@@ -85,9 +92,9 @@ java -jar ImageTracer.jar smiley.png outfilename output.svg ltres 1 qtres 1 path
8592 ```xml
8693 <dependencies>
8794 <dependency>
88- <groupId>com.github.miguelemosreverte </groupId>
95+ <groupId>com.github.brixomatic </groupId>
8996 <artifactId>imagetracerjava</artifactId>
90- <version>6f38a40 </version> <!-- version 1.1.4 -->
97+ <version>2220689 </version> <!-- version 1.1.5 -->
9198 </dependency>
9299 </dependencies>
93100 ```
You can’t perform that action at this time.
0 commit comments