I am attempting to convert SVG images to compressed JPG images.
I started by using Aspose.SVG, and implemented a method to do just that.
It is rather slow, but it did manage to make some decent jpg compressions. Howeve…...SourceDpi) }, }; private static Page GetSvgPage(SVGDocument svg,...heightInPixels == 0) { return new Page(); } var pixelSize = new Size(...