https://github.com/tong/svg2png
https://github.com/tong/svg2png
svg tool
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tong/svg2png
- Owner: tong
- Created: 2023-06-14T08:07:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-05T14:30:20.000Z (almost 3 years ago)
- Last Synced: 2024-12-29T11:44:47.450Z (over 1 year ago)
- Topics: svg, tool
- Language: C
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# svg-preview
svg to png using nanosvg for creating previews (fast).
Usage:
```sh
svg2png --help
Usage: svg2png -i -o [options]
Options:
--max-width Max width of generated image
--max-height Max width of generated image
--dpi Dots per inch
````