Skip to content

Instantly share code, notes, and snippets.

View baikov's full-sized avatar
🏠
Working from home

Alexey Baikov baikov

🏠
Working from home
View GitHub Profile
@thomir
thomir / svg2png.py
Created December 21, 2013 22:21
Various ways to convert SVG -> PNG
#!/usr/bin/env python
"""Convert an SVG file to a PNG file."""
from argparse import ArgumentParser
import subprocess
import os.path
def main():