j0ono0 / pinout

An open source Python package that generates hardware pinout diagrams as SVG images.
https://pinout.readthedocs.io
MIT License
390 stars 18 forks source link

Enable export as png #18

Closed j0ono0 closed 3 years ago

j0ono0 commented 3 years ago

pycairo is the most likely contender to include as a dependency.

j0ono0 commented 3 years ago

This integration is non-trivial in windows environment! cairosvg looks like the best option after further research (https://cairosvg.org/) BUT It requires some other (non-python) dependencies. Due to this I've decided to not integrate the feature at this point in time.