I am Working on a small Image comparing script where the reference images are generated as SVGs and the compare images are PNGs. I can transform the SVG files to PNG (using svglib and renderpm) but can´t specify the size I want them to be generated as(renderscale seems to cut of a part of the picture), but I need to get them to the same size for the compare functions and resizing the pngs nullifyes the whole purpose of vector graphics in itself. Any Ideas?
Regards a python noob