Convert png to svg on Mac M1#
Introduction#
I convert screenshots from png to more effeciant formats like svg.
I use imagemagick on a mac to get this done
Install packages#
brew install potrace imagemagick
Convert#
convert myscreenshot.png myscreenshot.svg