Ci-dessous, les différences entre deux révisions de la page.
documentation:informatique:linux:image_manipulation:index [2023/03/08 10:20] – créée f1sls | documentation:informatique:linux:image_manipulation:index [2023/03/08 10:33] (Version actuelle) – [potrace] f1sls | ||
---|---|---|---|
Ligne 5: | Ligne 5: | ||
==== potrace ==== | ==== potrace ==== | ||
<code bash> | <code bash> | ||
- | potrace --tight --svg --pagesize A4 --resolution 600 --margin 25 --progress bitmap_image.png | + | convert bitmap_image.jpg -threshold 50% bitmap_image.ppm |
+ | potrace --tight --svg --pagesize A4 --resolution 600 --margin 25 --progress bitmap_image.ppm | ||
</ | </ |