This is very important for data viz for example when creating images in contex of Ggity. I cannot find a simple function to wrap around a n svg and compose it w.r.t a VIPS image. For instance in imagemagick we have:
convert -size 1024x1024 test.svg test.png
This is very important for data viz for example when creating images in contex of Ggity. I cannot find a simple function to wrap around a n svg and compose it w.r.t a VIPS image. For instance in imagemagick we have:
convert -size 1024x1024 test.svg test.png