#svg #convert #cli

app svg2colored-png

An SVG to PNG converter

6 stable releases

1.2.0 Sep 30, 2023
1.1.0 Feb 17, 2023
1.0.4 Feb 17, 2023
1.0.2 Feb 15, 2023

#1302 in Command line utilities

Download history 17/week @ 2024-02-22 7/week @ 2024-02-29 1/week @ 2024-03-14 4/week @ 2024-03-21 188/week @ 2024-03-28

193 downloads per month

GPL-3.0 license

26KB
209 lines

svg2colored-png

SVG to PNG converter in all kinds of colors

Install

You can install this in 3 ways:

  1. cargo install svg2colored-png
  2. Download the prebuilt binaries from here
  3. Build svg2colored-png yourself. Instructions here

Usage

To convert some SVG files in the directory in to PNG in lets say black(#000000) and white(#ffffff) to the folder out, you should run this:

svg2colored-png -i ./in -o ./out -c ffffff,000000

And it will convert all svg files in in/ to png files in out/

Building

You will need one thing, rust, of course. To install the compiler and its tools please look at this website, and after you install it come back here.

Clone the repo to your desired folder

# if you have ssh set up on github and or want to contribute
git clone git@github.com:MCorange99/svg2colored-png.git 

# if you just want to build the project
git clone https://github.com/MCorange99/svg2colored-png.git

Make sure you are in the project directory.

cd svg2colored-png

And then build it!

cargo build --release

Your compiled executable should be in [project_folder]/target/release/svg2colored-png

Contributing

Feel free to make a pull request with any contributions you feel should be here!

Licensing

This project uses the GPL-3.0 license, view it here

Authors

MCorange <mcorangecodes@gmail.com>

Dependencies

~11–21MB
~296K SLoC