search for: data_uri

Displaying 1 result from an estimated 1 matches for "data_uri".

Did you mean: data_ori
2012 Feb 25
0
embed a bitmap by link reference into a SVG image
I would like, in R, to embed a bitmap image /by link reference/ into a SVG plot image. Images may be included in an SVG by http://www.w3.org/TR/SVG/struct.html#ImageElementHrefAttribute link reference , or even http://en.wikipedia.org/wiki/Data_Uri data , for example: My objective is to reduce the size of the SVG image files I am generating (My plots have about 10? points: that's a 250Mb SVG file requiring 8Gb RAM for editing with http://inkscape.org/ inkscape ). I was thinking generating most of the plot as a bitmap image (say PNG),...