Vector Magic Desktop Command | Line

for f in *.png; do ./VectorMagic "$f" "$f%.png.svg" --engine=full --quality=high --quiet done

Scroll to Top