<div dir="ltr">I am trying to figure out how to get the proper size to export a point icon. From a processing algorithm that accepts a vector point layer I have been able to get the renderer and each symbol.<div><br></div><div><font face="monospace">rnd = layer.renderer()<br></font></div><div><font face="monospace">symbol = rnd.symbol()<br></font></div><div><br></div><div>The symbol size as listed in the symbology size is</div><div><br></div><div><font face="monospace">size = symbol.size()</font></div><div><br></div><div>Then I can export the symbol image with.</div><div><br></div><div><font face="monospace">symbol.exportImage(path,"png", QSize(icon_size, icon_size))</font><br></div><div><br></div><div>How do I figure out what size QSize needs to be to properly draw the icon? I am guessing that since the size is in mm or some other unit, there needs to be a conversion from the symbol size to the icon size. How do I make that conversion? </div><div><br></div><div>Thanks,</div><div><br></div><div>Calvin</div></div>