Convert an SVG to PNG with Right Click on MacOS
<p><strong>Apple Shortcuts</strong> are extremely powerful particularly because</p>
<ol>
<li>of their accessibility: you can invoke them with right click on any file from inside <em>Finder</em>.</li>
<li>extensibility: you are not limited to what Apple lets you to do, you can run <em>shell</em> scripts with shortcuts.</li>
</ol>
<p>I have been testing them at their limit for every big and small use case I come across in my daily workflow. And recently, I needed to put my startup’s logo to my personal website (<a href="http://instanceofma.com/" rel="noopener ugc nofollow" target="_blank">instanceofma.com</a>) which only accepts image in JPG and PNG format, not SVG (<a href="https://mmm.page/" rel="noopener ugc nofollow" target="_blank">mmm.page</a>, a feature request?). The quickest way was to download SVG logo from the startup’s website (<a href="https://grandeur.dev/" rel="noopener ugc nofollow" target="_blank">grandeur.dev</a>) and convert it to PNG.</p>
<p>Previously, I used to use an <a href="https://svgtopng.com/" rel="noopener ugc nofollow" target="_blank">online SVG to PNG converter</a> to do that, but it was becoming a hassle to first upload the SVG and then downloading the PNG. So I started looking for a way to do it natively on my Mac, preferably without installing a <em>full</em> third-party app.</p>
<p><a href="https://medium.com/@instanceofMA/convert-an-svg-to-png-with-right-click-on-macos-2353d151f4eb"><strong>Read More</strong></a></p>