KO
|
EN
gitlite โ search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
potracej
โ 18
Open GitHub โ
Java port of potrace 1.10 (main parts)
Download README (.md)
Explore Similar Repositories
rison
:
Rison encoder and decoder for the Jackson streaming JSON processor
vim-diff-toggle
:
๐ Vim plugin to speed up editing diff files
js2e
:
Tutorial files for JavaScript & jQuery: The Missing Manaul
shoebill-api
:
Shoebill-api is one main part of the shoebill project.
chip-8
:
A CHIP-8 emulator in Go.
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
potracej
?
Download (.md)
potracej ======== Java port of potrace (main parts). Original code: http://potrace.sourceforge.net This particular branch to port was extracted from current inkscape. Contains decomposer and curve optimizer, no backends. Ported from inkscape, java-style path translator. Also simple UI to test it is working. Also, ant makefile. Little warning! Non-default options are not tested (they are rarely used anyway). --------------------------- Contains one less then optimal part in decomposer, poorly converted to java due to lack of pointers. Was too tired to sort it out, decomposer is 25% of all CPU work, maybe could be reduced to 10; enough; --------------------------- BUILD: ============== run "ant dist" to produce jar file RUNNING ============== after build, run "java -cp build Main" from the project directory to launch interactive UI. Licensed under GPL. --------------------------- Questions to: san@sysdate.com