add imagemagick potrace info
This commit is contained in:
parent
4bf8faa0b9
commit
733ba43e70
@ -56,6 +56,16 @@ do convert "$i" $(ls "$i" | sed s#jpg\$#svg#)
|
|||||||
done
|
done
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# SVG
|
||||||
|
|
||||||
|
The above script has crappy results.
|
||||||
|
It's better to use potrace.
|
||||||
|
|
||||||
|
```
|
||||||
|
$convert input.jpg output.ppm
|
||||||
|
$potrace -s output.ppm -o svgout.svg
|
||||||
|
```
|
||||||
|
|
||||||
# Writing Words
|
# Writing Words
|
||||||
|
|
||||||
[docs](https://www.imagemagick.org/Usage/text/)
|
[docs](https://www.imagemagick.org/Usage/text/)
|
||||||
|
Loading…
Reference in New Issue
Block a user