The command I'm using is simply:
Code: Select all
convert image.svg image.pngCode: Select all
convert image.svg image.pngCode: Select all
inkscape -f in.svg -e out.png -y 1Code: Select all
LOCAL_DIR=$(dir $(realpath $(lastword $(MAKEFILE_LIST))))
%.png : %.svg
inkscape "$(LOCAL_DIR)$^" -e "$(LOCAL_DIR)$@
Users browsing this forum: Amazon [Bot], Bing [Bot], Semrush [Bot] and 5 guests