Search found 1 match
- Wed Nov 28, 2018 7:57 pm
- Forum: General Discussions
- Topic: Examples for Inkscape command line usage wanted
- Replies: 24
- Views: 14202
Re: Examples for Inkscape command line usage wanted
Rabbit Escape converts SVG images to PNGs using the Inkscape command line in its Makefile like this: $(IMAGES32_DEST)/%.png: $(IMAGESSVGGEN_DEST)/%.svg @echo ".. Converting from SVG: $@" @mkdir -p $(IMAGES32_DEST); inkscape $< --export-png=$@ --export-dpi=$(DPI_32) > /dev/null https://gith...