# Programs ##################################################################### # Usage: $(call SVG2PNG,in-file,out-file[,width,height,background-color]) # SVG2PNG: Each is buggy in their own way # ImageMagick: doesn't support transparency #SVG2PNG = convert $1 -format png $(if $3,-resize $3x)$(if $4,$4) $(if $5,-background $5) $2 # librsvg: doesn't support